Logo
Explore Help
Sign In
mirror/checkout
2
0
Fork 0
You've already forked checkout
Code Issues Pull Requests Actions Packages Projects Releases 50 Wiki Activity

50 Releases 59 Tags

RSS Feed
  • v6.0.2 de0fac2e45
    Compare

    v6.0.2 Stable

    ericsciple released this 2026-01-10 03:42:23 +08:00 | 2 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.0.1 8e8c483db8
    Compare

    v6.0.1 Stable

    ericsciple released this 2025-12-02 10:08:49 +08:00 | 4 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6.0.0 1af3b93b68
    Compare

    v6.0.0 Stable

    ericsciple released this 2025-11-21 00:20:04 +08:00 | 7 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.3.1 34e114876b
    Compare

    v4.3.1 Stable

    ericsciple released this 2025-11-14 07:20:02 +08:00 | 0 commits to releases/v4 since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v5.0.1 93cb6efe18
    Compare

    v5.0.1 Stable

    ericsciple released this 2025-11-14 05:22:10 +08:00 | 0 commits to releases/v5 since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v6-beta 71cf2267d8
    Compare

    v6-beta Pre-Release

    ericsciple released this 2025-11-04 03:40:10 +08:00 | 8 commits to main since this release

    What's Changed

    Updated persist-credentials to store the credentials under $RUNNER_TEMP instead 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v5.0.0 08c6903cd8
    Compare

    v5.0.0 Stable

    salmanmkc released this 2025-08-11 20:35:28 +08:00 | 11 commits to main since this release

    What'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 Notes

    Make 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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.3.0 08eba0b27e
    Compare

    v4.3.0 Stable

    salmanmkc released this 2025-08-11 18:30:37 +08:00 | 13 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.2.2 11bd71901b
    Compare

    v4.2.2 Stable

    jww3 released this 2024-10-23 22:24:28 +08:00 | 21 commits to main since this release

    What's Changed

    • url-helper.ts now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941
    • Expand unit test coverage for isGhes by @jww3 in https://github.com/actions/checkout/pull/1946

    Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • v4.2.1 eef61447b9
    Compare

    v4.2.1 Stable

    joshmgross released this 2024-10-08 00:38:04 +08:00 | 24 commits to main since this release

    What'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
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 5 Next Last
Powered by Gitea Version: 1.25.4 Page: 26ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API