-
v6.0.2 Stable
released this
2026-01-10 03:42:23 +08:00 | 2 commits to main since this releaseWhat's Changed
- Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by @TingluoHuang in https://github.com/actions/checkout/pull/2355
- Fix tag handling: preserve annotations and explicit fetch-tags by @ericsciple in https://github.com/actions/checkout/pull/2356
Full Changelog: https://github.com/actions/checkout/compare/v6.0.1...v6.0.2
Downloads
-
v6.0.1 Stable
released this
2025-12-02 10:08:49 +08:00 | 4 commits to main since this releaseWhat's Changed
- Update all references from v5 and v4 to v6 by @ericsciple in https://github.com/actions/checkout/pull/2314
- Add worktree support for persist-credentials includeIf by @ericsciple in https://github.com/actions/checkout/pull/2327
- Clarify v6 README by @ericsciple in https://github.com/actions/checkout/pull/2328
Full Changelog: https://github.com/actions/checkout/compare/v6...v6.0.1
Downloads
-
v6.0.0 Stable
released this
2025-11-21 00:20:04 +08:00 | 7 commits to main since this releaseWhat's Changed
- Update README to include Node.js 24 support details and requirements by @salmanmkc in https://github.com/actions/checkout/pull/2248
- Persist creds to a separate file by @ericsciple in https://github.com/actions/checkout/pull/2286
- v6-beta by @ericsciple in https://github.com/actions/checkout/pull/2298
- update readme/changelog for v6 by @ericsciple in https://github.com/actions/checkout/pull/2311
Full Changelog: https://github.com/actions/checkout/compare/v5.0.0...v6.0.0
Downloads
-
v4.3.1 Stable
released this
2025-11-14 07:20:02 +08:00 | 0 commits to releases/v4 since this releaseWhat's Changed
- Port v6 cleanup to v4 by @ericsciple in https://github.com/actions/checkout/pull/2305
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.1
Downloads
-
v5.0.1 Stable
released this
2025-11-14 05:22:10 +08:00 | 0 commits to releases/v5 since this releaseWhat's Changed
- Port v6 cleanup to v5 by @ericsciple in https://github.com/actions/checkout/pull/2301
Full Changelog: https://github.com/actions/checkout/compare/v5...v5.0.1
Downloads
-
v6-beta Pre-Release
released this
2025-11-04 03:40:10 +08:00 | 8 commits to main since this releaseWhat'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.
Downloads
-
v5.0.0 Stable
released this
2025-08-11 20:35:28 +08:00 | 11 commits to main since this releaseWhat's Changed
- Update actions checkout to use node 24 by @salmanmkc in https://github.com/actions/checkout/pull/2226
- Prepare v5.0.0 release by @salmanmkc in https://github.com/actions/checkout/pull/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
Downloads
-
v4.3.0 Stable
released this
2025-08-11 18:30:37 +08:00 | 13 commits to main since this releaseWhat's Changed
- docs: update README.md by @motss in https://github.com/actions/checkout/pull/1971
- Add internal repos for checking out multiple repositories by @mouismail in https://github.com/actions/checkout/pull/1977
- Documentation update - add recommended permissions to Readme by @benwells in https://github.com/actions/checkout/pull/2043
- Adjust positioning of user email note and permissions heading by @joshmgross in https://github.com/actions/checkout/pull/2044
- Update README.md by @nebuk89 in https://github.com/actions/checkout/pull/2194
- Update CODEOWNERS for actions by @TingluoHuang in https://github.com/actions/checkout/pull/2224
- Update package dependencies by @salmanmkc in https://github.com/actions/checkout/pull/2236
- Prepare release v4.3.0 by @salmanmkc in https://github.com/actions/checkout/pull/2237
New Contributors
- @motss made their first contribution in https://github.com/actions/checkout/pull/1971
- @mouismail made their first contribution in https://github.com/actions/checkout/pull/1977
- @benwells made their first contribution in https://github.com/actions/checkout/pull/2043
- @nebuk89 made their first contribution in https://github.com/actions/checkout/pull/2194
- @salmanmkc made their first contribution in https://github.com/actions/checkout/pull/2236
Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Downloads
-
v4.2.2 Stable
released this
2024-10-23 22:24:28 +08:00 | 21 commits to main since this releaseWhat's Changed
url-helper.tsnow leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941- Expand unit test coverage for
isGhesby @jww3 in https://github.com/actions/checkout/pull/1946
Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
Downloads
-
v4.2.1 Stable
released this
2024-10-08 00:38:04 +08:00 | 24 commits to main since this releaseWhat's Changed
- Check out other refs/* by commit if provided, fall back to ref by @orhantoy in https://github.com/actions/checkout/pull/1924
New Contributors
- @Jcambass made their first contribution in https://github.com/actions/checkout/pull/1919
Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
Downloads