Originally created by: dependabot[bot]
Bumps actions/checkout from 4 to 6.
Sourced from actions/checkout's releases.
v6.0.0
What's Changed
- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout/issues/2248)- Persist creds to a separate file by
@ericsciplein actions/checkout#2286](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout/issues/2286)- v6-beta by
@ericsciplein actions/checkout#2298](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2298">actions/checkout/issues/2298)- update readme/changelog for v6 by
@ericsciplein actions/checkout#2311](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2311">actions/checkout/issues/2311)Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
v6-beta
What's Changed
Updated persist-credentials to store the credentials under
$RUNNER_TEMPinstead of directly in the local git config.This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.
v5.0.1
What's Changed
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout/issues/2301)Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout/issues/2226)- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2238">actions/checkout/issues/2238)⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.1
What's Changed
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout/issues/2305)Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout/issues/1971)- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout/issues/1977)- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout/issues/2043)
... (truncated)
Sourced from actions/checkout's changelog.
Changelog
v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2356">actions/checkout/issues/2356)v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2327">actions/checkout/issues/2327)v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2286">actions/checkout/issues/2286)- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2248">actions/checkout/issues/2248)v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2301">actions/checkout/issues/2301)v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2226">actions/checkout/issues/2226)v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2305">actions/checkout/issues/2305)v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1971">actions/checkout/issues/1971)- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1977">actions/checkout/issues/1977)- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2043">actions/checkout/issues/2043)- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2044">actions/checkout/issues/2044)- Update README.md by
@nebuk89in actions/checkout#2194](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2194">actions/checkout/issues/2194)- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2224">actions/checkout/issues/2224)- Update package dependencies by
@salmanmkcin actions/checkout#2236](https://github.com/href="https://redirect.github.com/actions/checkout/pull/2236">actions/checkout/issues/2236)v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1941">actions/checkout/issues/1941)- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1946">actions/checkout/issues/1946)v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1924">actions/checkout/issues/1924)v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1180">actions/checkout/issues/1180)- Dependency updates by
@dependabot- actions/checkout#1777](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1777">actions/checkout/issues/1777), actions/checkout#1872](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1872">actions/checkout/issues/1872)v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1739">actions/checkout/issues/1739)- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1697">actions/checkout/issues/1697)- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1774">actions/checkout/issues/1774)- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1776">actions/checkout/issues/1776)v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732](https://github.com/href="https://redirect.github.com/actions/checkout/pull/1732">actions/checkout/issues/1732)
... (truncated)
de0fac2 Fix tag handling: preserve annotations and explicit fetch-tags (#2356](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2356">/issues/2356))064fe7f Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483 Clarify v6 README (#2328](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2328">/issues/2328))033fa0d Add worktree support for persist-credentials includeIf (#2327](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2327">/issues/2327))c2d88d3 Update all references from v5 and v4 to v6 (#2314](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2314">/issues/2314))1af3b93 update readme/changelog for v6 (#2311](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2311">/issues/2311))71cf226 v6-beta (#2298](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2298">/issues/2298))069c695 Persist creds to a separate file (#2286](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2286">/issues/2286))ff7abcd Update README to include Node.js 24 support details and requirements (#2248](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2248">/issues/2248))08c6903 Prepare v5.0.0 release (#2238](https://github.com/href="https://redirect.github.com/actions/checkout/issues/2238">/issues/2238))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.
Originally posted by: dependabot[bot]
Labels
The following labels could not be found:
dependencies,github-actions. Please create them before Dependabot can add them to a pull request.Please fix the above issues or remove invalid values from
dependabot.yml.