<feed xmlns='http://www.w3.org/2005/Atom'>
<title>atuin/.github/workflows/installer.yml, branch main</title>
<subtitle>Turtle. A hard-fork of atuin, focusing on a more minimal feature set</subtitle>
<id>http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/.github/workflows/installer.yml?h=main</id>
<link rel='self' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/atom/.github/workflows/installer.yml?h=main'/>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/'/>
<updated>2026-06-10T19:32:08Z</updated>
<entry>
<title>chore: Remove unneeded files</title>
<updated>2026-06-10T19:32:08Z</updated>
<author>
<name>Benedikt Peetz</name>
<email>benedikt.peetz@b-peetz.de</email>
</author>
<published>2026-06-10T19:32:08Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b'/>
<id>urn:sha1:796a8f59a61ed6e54d0d2b41a5d0155c5bb9696b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>chore(ci): migrate to depot runners (#3279)</title>
<updated>2026-03-16T20:05:01Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@atuin.sh</email>
</author>
<published>2026-03-16T20:05:01Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7'/>
<id>urn:sha1:29e8c97a7d7da46ab5084ff6d2c1db9dcf7e67e7</id>
<content type='text'>
&lt;!-- Thank you for making a PR! Bug fixes are always welcome, but if
you're adding a new feature or changing an existing one, we'd really
appreciate if you open an issue, post on the forum, or drop in on
Discord --&gt;

## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing</content>
</entry>
<entry>
<title>chore(deps): bump actions/checkout from 4 to 6 (#3002)</title>
<updated>2026-02-27T01:56:03Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2026-02-27T01:56:03Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=f4d814f235ab7f01856ef5d8db037b9a51457617'/>
<id>urn:sha1:f4d814f235ab7f01856ef5d8db037b9a51457617</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to
6.
&lt;details&gt;
&lt;summary&gt;Release notes&lt;/summary&gt;
&lt;p&gt;&lt;em&gt;Sourced from &lt;a
href="https://github.com/actions/checkout/releases"&gt;actions/checkout's
releases&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2&gt;v6.0.0&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update README to include Node.js 24 support details and requirements
by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt;
in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2248"&gt;actions/checkout#2248&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Persist creds to a separate file by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2286"&gt;actions/checkout#2286&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;v6-beta by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2298"&gt;actions/checkout#2298&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;update readme/changelog for v6 by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2311"&gt;actions/checkout#2311&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a
href="https://github.com/actions/checkout/compare/v5.0.0...v6.0.0"&gt;https://github.com/actions/checkout/compare/v5.0.0...v6.0.0&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v6-beta&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;p&gt;Updated persist-credentials to store the credentials under
&lt;code&gt;$RUNNER_TEMP&lt;/code&gt; instead of directly in the local git
config.&lt;/p&gt;
&lt;p&gt;This requires a minimum Actions Runner version of &lt;a
href="https://github.com/actions/runner/releases/tag/v2.329.0"&gt;v2.329.0&lt;/a&gt;
to access the persisted credentials for &lt;a
href="https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action"&gt;Docker
container action&lt;/a&gt; scenarios.&lt;/p&gt;
&lt;h2&gt;v5.0.1&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Port v6 cleanup to v5 by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2301"&gt;actions/checkout#2301&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a
href="https://github.com/actions/checkout/compare/v5...v5.0.1"&gt;https://github.com/actions/checkout/compare/v5...v5.0.1&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v5.0.0&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update actions checkout to use node 24 by &lt;a
href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2226"&gt;actions/checkout#2226&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prepare v5.0.0 release by &lt;a
href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2238"&gt;actions/checkout#2238&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;⚠️ Minimum Compatible Runner Version&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;v2.327.1&lt;/strong&gt;&lt;br /&gt;
&lt;a
href="https://github.com/actions/runner/releases/tag/v2.327.1"&gt;Release
Notes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Make sure your runner is updated to this version or newer to use this
release.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a
href="https://github.com/actions/checkout/compare/v4...v5.0.0"&gt;https://github.com/actions/checkout/compare/v4...v5.0.0&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v4.3.1&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Port v6 cleanup to v4 by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2305"&gt;actions/checkout#2305&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a
href="https://github.com/actions/checkout/compare/v4...v4.3.1"&gt;https://github.com/actions/checkout/compare/v4...v4.3.1&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v4.3.0&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;docs: update README.md by &lt;a
href="https://github.com/motss"&gt;&lt;code&gt;@​motss&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1971"&gt;actions/checkout#1971&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add internal repos for checking out multiple repositories by &lt;a
href="https://github.com/mouismail"&gt;&lt;code&gt;@​mouismail&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1977"&gt;actions/checkout#1977&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Documentation update - add recommended permissions to Readme by &lt;a
href="https://github.com/benwells"&gt;&lt;code&gt;@​benwells&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2043"&gt;actions/checkout#2043&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Changelog&lt;/summary&gt;
&lt;p&gt;&lt;em&gt;Sourced from &lt;a
href="https://github.com/actions/checkout/blob/main/CHANGELOG.md"&gt;actions/checkout's
changelog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h1&gt;Changelog&lt;/h1&gt;
&lt;h2&gt;V6.0.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Persist creds to a separate file by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2286"&gt;actions/checkout#2286&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update README to include Node.js 24 support details and requirements
by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt;
in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2248"&gt;actions/checkout#2248&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;V5.0.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Port v6 cleanup to v5 by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2301"&gt;actions/checkout#2301&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;V5.0.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update actions checkout to use node 24 by &lt;a
href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2226"&gt;actions/checkout#2226&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;V4.3.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Port v6 cleanup to v4 by &lt;a
href="https://github.com/ericsciple"&gt;&lt;code&gt;@​ericsciple&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2305"&gt;actions/checkout#2305&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;V4.3.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;docs: update README.md by &lt;a
href="https://github.com/motss"&gt;&lt;code&gt;@​motss&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1971"&gt;actions/checkout#1971&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add internal repos for checking out multiple repositories by &lt;a
href="https://github.com/mouismail"&gt;&lt;code&gt;@​mouismail&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1977"&gt;actions/checkout#1977&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Documentation update - add recommended permissions to Readme by &lt;a
href="https://github.com/benwells"&gt;&lt;code&gt;@​benwells&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2043"&gt;actions/checkout#2043&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adjust positioning of user email note and permissions heading by &lt;a
href="https://github.com/joshmgross"&gt;&lt;code&gt;@​joshmgross&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2044"&gt;actions/checkout#2044&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update README.md by &lt;a
href="https://github.com/nebuk89"&gt;&lt;code&gt;@​nebuk89&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2194"&gt;actions/checkout#2194&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update CODEOWNERS for actions by &lt;a
href="https://github.com/TingluoHuang"&gt;&lt;code&gt;@​TingluoHuang&lt;/code&gt;&lt;/a&gt;
in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2224"&gt;actions/checkout#2224&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update package dependencies by &lt;a
href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/2236"&gt;actions/checkout#2236&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.2.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;url-helper.ts&lt;/code&gt; now leverages well-known environment
variables by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt;
in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1941"&gt;actions/checkout#1941&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Expand unit test coverage for &lt;code&gt;isGhes&lt;/code&gt; by &lt;a
href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1946"&gt;actions/checkout#1946&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check out other refs/* by commit if provided, fall back to ref by &lt;a
href="https://github.com/orhantoy"&gt;&lt;code&gt;@​orhantoy&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1924"&gt;actions/checkout#1924&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.2.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Ref and Commit outputs by &lt;a
href="https://github.com/lucacome"&gt;&lt;code&gt;@​lucacome&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1180"&gt;actions/checkout#1180&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dependency updates by &lt;a
href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt;- &lt;a
href="https://redirect.github.com/actions/checkout/pull/1777"&gt;actions/checkout#1777&lt;/a&gt;,
&lt;a
href="https://redirect.github.com/actions/checkout/pull/1872"&gt;actions/checkout#1872&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.7&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump the minor-npm-dependencies group across 1 directory with 4
updates by &lt;a
href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1739"&gt;actions/checkout#1739&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump actions/checkout from 3 to 4 by &lt;a
href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1697"&gt;actions/checkout#1697&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check out other refs/* by commit by &lt;a
href="https://github.com/orhantoy"&gt;&lt;code&gt;@​orhantoy&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1774"&gt;actions/checkout#1774&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pin actions/checkout's own workflows to a known, good, stable
version. by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in
&lt;a
href="https://redirect.github.com/actions/checkout/pull/1776"&gt;actions/checkout#1776&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.6&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check platform to set archive extension appropriately by &lt;a
href="https://github.com/cory-miller"&gt;&lt;code&gt;@​cory-miller&lt;/code&gt;&lt;/a&gt; in
&lt;a
href="https://redirect.github.com/actions/checkout/pull/1732"&gt;actions/checkout#1732&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.5&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update NPM dependencies by &lt;a
href="https://github.com/cory-miller"&gt;&lt;code&gt;@​cory-miller&lt;/code&gt;&lt;/a&gt; in
&lt;a
href="https://redirect.github.com/actions/checkout/pull/1703"&gt;actions/checkout#1703&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump github/codeql-action from 2 to 3 by &lt;a
href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1694"&gt;actions/checkout#1694&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump actions/setup-node from 1 to 4 by &lt;a
href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1696"&gt;actions/checkout#1696&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump actions/upload-artifact from 2 to 4 by &lt;a
href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a
href="https://redirect.github.com/actions/checkout/pull/1695"&gt;actions/checkout#1695&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a
href="https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3"&gt;&lt;code&gt;1af3b93&lt;/code&gt;&lt;/a&gt;
update readme/changelog for v6 (&lt;a
href="https://redirect.github.com/actions/checkout/issues/2311"&gt;#2311&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href="https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e"&gt;&lt;code&gt;71cf226&lt;/code&gt;&lt;/a&gt;
v6-beta (&lt;a
href="https://redirect.github.com/actions/checkout/issues/2298"&gt;#2298&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href="https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e"&gt;&lt;code&gt;069c695&lt;/code&gt;&lt;/a&gt;
Persist creds to a separate file (&lt;a
href="https://redirect.github.com/actions/checkout/issues/2286"&gt;#2286&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href="https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493"&gt;&lt;code&gt;ff7abcd&lt;/code&gt;&lt;/a&gt;
Update README to include Node.js 24 support details and requirements (&lt;a
href="https://redirect.github.com/actions/checkout/issues/2248"&gt;#2248&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"&gt;&lt;code&gt;08c6903&lt;/code&gt;&lt;/a&gt;
Prepare v5.0.0 release (&lt;a
href="https://redirect.github.com/actions/checkout/issues/2238"&gt;#2238&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a
href="https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"&gt;&lt;code&gt;9f26565&lt;/code&gt;&lt;/a&gt;
Update actions checkout to use node 24 (&lt;a
href="https://redirect.github.com/actions/checkout/issues/2226"&gt;#2226&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;See full diff in &lt;a
href="https://github.com/actions/checkout/compare/v4...v6"&gt;compare
view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;
&lt;br /&gt;


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&amp;package-manager=github_actions&amp;previous-version=4&amp;new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

&lt;details&gt;
&lt;summary&gt;Dependabot commands and options&lt;/summary&gt;
&lt;br /&gt;

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show &lt;dependency name&gt; ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


&lt;/details&gt;

&gt; **Note**
&gt; Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>chore(deps): bump actions/checkout from 4 to 5 (#2882)</title>
<updated>2025-08-22T23:17:56Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2025-08-22T23:17:56Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=8e73f74a256e79b8df3c1463d8363095d13945bd'/>
<id>urn:sha1:8e73f74a256e79b8df3c1463d8363095d13945bd</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
&lt;details&gt;
&lt;summary&gt;Release notes&lt;/summary&gt;
&lt;p&gt;&lt;em&gt;Sourced from &lt;a href="https://github.com/actions/checkout/releases"&gt;actions/checkout's releases&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h2&gt;v5.0.0&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update actions checkout to use node 24 by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2226"&gt;actions/checkout#2226&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prepare v5.0.0 release by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2238"&gt;actions/checkout#2238&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;⚠️ Minimum Compatible Runner Version&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;v2.327.1&lt;/strong&gt;&lt;br /&gt;
&lt;a href="https://github.com/actions/runner/releases/tag/v2.327.1"&gt;Release Notes&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Make sure your runner is updated to this version or newer to use this release.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href="https://github.com/actions/checkout/compare/v4...v5.0.0"&gt;https://github.com/actions/checkout/compare/v4...v5.0.0&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v4.3.0&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;docs: update README.md by &lt;a href="https://github.com/motss"&gt;&lt;code&gt;@​motss&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1971"&gt;actions/checkout#1971&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add internal repos for checking out multiple repositories by &lt;a href="https://github.com/mouismail"&gt;&lt;code&gt;@​mouismail&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1977"&gt;actions/checkout#1977&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Documentation update - add recommended permissions to Readme by &lt;a href="https://github.com/benwells"&gt;&lt;code&gt;@​benwells&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2043"&gt;actions/checkout#2043&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adjust positioning of user email note and permissions heading by &lt;a href="https://github.com/joshmgross"&gt;&lt;code&gt;@​joshmgross&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2044"&gt;actions/checkout#2044&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update README.md by &lt;a href="https://github.com/nebuk89"&gt;&lt;code&gt;@​nebuk89&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2194"&gt;actions/checkout#2194&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update CODEOWNERS for actions by &lt;a href="https://github.com/TingluoHuang"&gt;&lt;code&gt;@​TingluoHuang&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2224"&gt;actions/checkout#2224&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update package dependencies by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2236"&gt;actions/checkout#2236&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Prepare release v4.3.0 by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2237"&gt;actions/checkout#2237&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New Contributors&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/motss"&gt;&lt;code&gt;@​motss&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href="https://redirect.github.com/actions/checkout/pull/1971"&gt;actions/checkout#1971&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/mouismail"&gt;&lt;code&gt;@​mouismail&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href="https://redirect.github.com/actions/checkout/pull/1977"&gt;actions/checkout#1977&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/benwells"&gt;&lt;code&gt;@​benwells&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href="https://redirect.github.com/actions/checkout/pull/2043"&gt;actions/checkout#2043&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/nebuk89"&gt;&lt;code&gt;@​nebuk89&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href="https://redirect.github.com/actions/checkout/pull/2194"&gt;actions/checkout#2194&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href="https://redirect.github.com/actions/checkout/pull/2236"&gt;actions/checkout#2236&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href="https://github.com/actions/checkout/compare/v4...v4.3.0"&gt;https://github.com/actions/checkout/compare/v4...v4.3.0&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v4.2.2&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;url-helper.ts&lt;/code&gt; now leverages well-known environment variables by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1941"&gt;actions/checkout#1941&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Expand unit test coverage for &lt;code&gt;isGhes&lt;/code&gt; by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1946"&gt;actions/checkout#1946&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href="https://github.com/actions/checkout/compare/v4.2.1...v4.2.2"&gt;https://github.com/actions/checkout/compare/v4.2.1...v4.2.2&lt;/a&gt;&lt;/p&gt;
&lt;h2&gt;v4.2.1&lt;/h2&gt;
&lt;h2&gt;What's Changed&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check out other refs/* by commit if provided, fall back to ref by &lt;a href="https://github.com/orhantoy"&gt;&lt;code&gt;@​orhantoy&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1924"&gt;actions/checkout#1924&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;New Contributors&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/Jcambass"&gt;&lt;code&gt;@​Jcambass&lt;/code&gt;&lt;/a&gt; made their first contribution in &lt;a href="https://redirect.github.com/actions/checkout/pull/1919"&gt;actions/checkout#1919&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;Full Changelog&lt;/strong&gt;: &lt;a href="https://github.com/actions/checkout/compare/v4.2.0...v4.2.1"&gt;https://github.com/actions/checkout/compare/v4.2.0...v4.2.1&lt;/a&gt;&lt;/p&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Changelog&lt;/summary&gt;
&lt;p&gt;&lt;em&gt;Sourced from &lt;a href="https://github.com/actions/checkout/blob/main/CHANGELOG.md"&gt;actions/checkout's changelog&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;h1&gt;Changelog&lt;/h1&gt;
&lt;h2&gt;V5.0.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update actions checkout to use node 24 by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2226"&gt;actions/checkout#2226&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;V4.3.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;docs: update README.md by &lt;a href="https://github.com/motss"&gt;&lt;code&gt;@​motss&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1971"&gt;actions/checkout#1971&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add internal repos for checking out multiple repositories by &lt;a href="https://github.com/mouismail"&gt;&lt;code&gt;@​mouismail&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1977"&gt;actions/checkout#1977&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Documentation update - add recommended permissions to Readme by &lt;a href="https://github.com/benwells"&gt;&lt;code&gt;@​benwells&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2043"&gt;actions/checkout#2043&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Adjust positioning of user email note and permissions heading by &lt;a href="https://github.com/joshmgross"&gt;&lt;code&gt;@​joshmgross&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2044"&gt;actions/checkout#2044&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update README.md by &lt;a href="https://github.com/nebuk89"&gt;&lt;code&gt;@​nebuk89&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2194"&gt;actions/checkout#2194&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update CODEOWNERS for actions by &lt;a href="https://github.com/TingluoHuang"&gt;&lt;code&gt;@​TingluoHuang&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2224"&gt;actions/checkout#2224&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Update package dependencies by &lt;a href="https://github.com/salmanmkc"&gt;&lt;code&gt;@​salmanmkc&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/2236"&gt;actions/checkout#2236&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.2.2&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;code&gt;url-helper.ts&lt;/code&gt; now leverages well-known environment variables by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1941"&gt;actions/checkout#1941&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Expand unit test coverage for &lt;code&gt;isGhes&lt;/code&gt; by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1946"&gt;actions/checkout#1946&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.2.1&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check out other refs/* by commit if provided, fall back to ref by &lt;a href="https://github.com/orhantoy"&gt;&lt;code&gt;@​orhantoy&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1924"&gt;actions/checkout#1924&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.2.0&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Add Ref and Commit outputs by &lt;a href="https://github.com/lucacome"&gt;&lt;code&gt;@​lucacome&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1180"&gt;actions/checkout#1180&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Dependency updates by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt;- &lt;a href="https://redirect.github.com/actions/checkout/pull/1777"&gt;actions/checkout#1777&lt;/a&gt;, &lt;a href="https://redirect.github.com/actions/checkout/pull/1872"&gt;actions/checkout#1872&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.7&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Bump the minor-npm-dependencies group across 1 directory with 4 updates by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1739"&gt;actions/checkout#1739&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump actions/checkout from 3 to 4 by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1697"&gt;actions/checkout#1697&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Check out other refs/* by commit by &lt;a href="https://github.com/orhantoy"&gt;&lt;code&gt;@​orhantoy&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1774"&gt;actions/checkout#1774&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Pin actions/checkout's own workflows to a known, good, stable version. by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1776"&gt;actions/checkout#1776&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.6&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Check platform to set archive extension appropriately by &lt;a href="https://github.com/cory-miller"&gt;&lt;code&gt;@​cory-miller&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1732"&gt;actions/checkout#1732&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.5&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Update NPM dependencies by &lt;a href="https://github.com/cory-miller"&gt;&lt;code&gt;@​cory-miller&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1703"&gt;actions/checkout#1703&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump github/codeql-action from 2 to 3 by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1694"&gt;actions/checkout#1694&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump actions/setup-node from 1 to 4 by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1696"&gt;actions/checkout#1696&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump actions/upload-artifact from 2 to 4 by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1695"&gt;actions/checkout#1695&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;README: Suggest &lt;code&gt;user.email&lt;/code&gt; to be &lt;code&gt;41898282+github-actions[bot]@users.noreply.github.com&lt;/code&gt; by &lt;a href="https://github.com/cory-miller"&gt;&lt;code&gt;@​cory-miller&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1707"&gt;actions/checkout#1707&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.4&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;Disable &lt;code&gt;extensions.worktreeConfig&lt;/code&gt; when disabling &lt;code&gt;sparse-checkout&lt;/code&gt; by &lt;a href="https://github.com/jww3"&gt;&lt;code&gt;@​jww3&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1692"&gt;actions/checkout#1692&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Add dependabot config by &lt;a href="https://github.com/cory-miller"&gt;&lt;code&gt;@​cory-miller&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1688"&gt;actions/checkout#1688&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump the minor-actions-dependencies group with 2 updates by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1693"&gt;actions/checkout#1693&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Bump word-wrap from 1.2.3 to 1.2.5 by &lt;a href="https://github.com/dependabot"&gt;&lt;code&gt;@​dependabot&lt;/code&gt;&lt;/a&gt; in &lt;a href="https://redirect.github.com/actions/checkout/pull/1643"&gt;actions/checkout#1643&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;h2&gt;v4.1.3&lt;/h2&gt;
&lt;!-- raw HTML omitted --&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://github.com/actions/checkout/commit/08c6903cd8c0fde910a37f88322edcfb5dd907a8"&gt;&lt;code&gt;08c6903&lt;/code&gt;&lt;/a&gt; Prepare v5.0.0 release (&lt;a href="https://redirect.github.com/actions/checkout/issues/2238"&gt;#2238&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://github.com/actions/checkout/commit/9f265659d3bb64ab1440b03b12f4d47a24320917"&gt;&lt;code&gt;9f26565&lt;/code&gt;&lt;/a&gt; Update actions checkout to use node 24 (&lt;a href="https://redirect.github.com/actions/checkout/issues/2226"&gt;#2226&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;See full diff in &lt;a href="https://github.com/actions/checkout/compare/v4...v5"&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;
&lt;br /&gt;


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&amp;package-manager=github_actions&amp;previous-version=4&amp;new-version=5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

&lt;details&gt;
&lt;summary&gt;Dependabot commands and options&lt;/summary&gt;
&lt;br /&gt;

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show &lt;dependency name&gt; ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)


&lt;/details&gt;</content>
</entry>
<entry>
<title>chore(deps): bump actions/checkout from 3 to 4 (#2270)</title>
<updated>2024-07-15T09:37:35Z</updated>
<author>
<name>dependabot[bot]</name>
<email>49699333+dependabot[bot]@users.noreply.github.com</email>
</author>
<published>2024-07-15T09:37:35Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=3851c05aa9e123445a7c46002d222dadbe046dbe'/>
<id>urn:sha1:3851c05aa9e123445a7c46002d222dadbe046dbe</id>
<content type='text'>
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] &lt;support@github.com&gt;
Co-authored-by: dependabot[bot] &lt;49699333+dependabot[bot]@users.noreply.github.com&gt;</content>
</entry>
<entry>
<title>chore: add installer e2e tests (#2110)</title>
<updated>2024-06-10T16:01:00Z</updated>
<author>
<name>Ellie Huxtable</name>
<email>ellie@elliehuxtable.com</email>
</author>
<published>2024-06-10T16:01:00Z</published>
<link rel='alternate' type='text/html' href='http://git.foss-syndicate.org/bpeetz/forks/atuin/commit/?id=279f57b6d704d763128ec13567a972307ecf1332'/>
<id>urn:sha1:279f57b6d704d763128ec13567a972307ecf1332</id>
<content type='text'>
* chore: add installer e2e tests

* only run if edited or main</content>
</entry>
</feed>
