-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Comparing changes
Open a pull request
base repository: actions/checkout
base: v5
head repository: actions/checkout
compare: v6
- 13 commits
- 27 files changed
- 8 contributors
Commits on Aug 13, 2025
-
Update README to include Node.js 24 support details and requirements (#…
…2248) * Update README to include Node.js 24 support details and requirements * Update
3Configuration menu - View commit details
-
Copy full SHA for ff7abcd - Browse repository at this point
Copy the full SHA ff7abcdView commit details
Commits on Nov 3, 2025
-
12
Configuration menu - View commit details
-
Copy full SHA for 069c695 - Browse repository at this point
Copy the full SHA 069c695View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71cf226 - Browse repository at this point
Copy the full SHA 71cf226View commit details
Commits on Nov 20, 2025
-
4
Configuration menu - View commit details
-
Copy full SHA for 1af3b93 - Browse repository at this point
Copy the full SHA 1af3b93View commit details
Commits on Nov 24, 2025
-
Update all references from v5 and v4 to v6 (#2314)
- Updated README.md examples to reference @v6 - Updated all workflow files to use actions/checkout@v6
2Configuration menu - View commit details
-
Copy full SHA for c2d88d3 - Browse repository at this point
Copy the full SHA c2d88d3View commit details
Commits on Dec 2, 2025
-
1
Configuration menu - View commit details
-
Copy full SHA for 033fa0d - Browse repository at this point
Copy the full SHA 033fa0dView commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 8e8c483 - Browse repository at this point
Copy the full SHA 8e8c483View commit details
Commits on Jan 8, 2026
-
Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID …
…is set (#2355) * Initial plan * Add orchestration ID support to git user-agent Co-authored-by: TingluoHuang <[email protected]> * Apply suggestion from @Copilot Co-authored-by: Copilot <[email protected]> * Improve tests to verify user-agent content and handle empty sanitized IDs Co-authored-by: TingluoHuang <[email protected]> * Simplify orchestration ID validation to accept any non-empty sanitized value Co-authored-by: TingluoHuang <[email protected]> * Remove test for orchestration ID with only invalid characters Co-authored-by: TingluoHuang <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: TingluoHuang <[email protected]> Co-authored-by: Tingluo Huang <[email protected]> Co-authored-by: Copilot <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 064fe7f - Browse repository at this point
Copy the full SHA 064fe7fView commit details
Commits on Jan 9, 2026
-
Fix tag handling: preserve annotations and explicit fetch-tags (#2356)
This PR fixes several issues with tag handling in the checkout action: 1. fetch-tags: true now works (fixes #1471) - Tags refspec is now included in getRefSpec() when fetchTags=true - Previously tags were only fetched during a separate fetch that was overwritten by the main fetch 2. Tag checkout preserves annotations (fixes #290) - Tags are fetched via refspec (+refs/tags/*:refs/tags/*) instead of --tags flag - This fetches the actual tag objects, preserving annotations 3. Tag checkout with fetch-tags: true no longer fails (fixes #1467) - When checking out a tag with fetchTags=true, only the wildcard refspec is used (specific tag refspec is redundant) Changes: - src/ref-helper.ts: getRefSpec() now accepts fetchTags parameter and prepends tags refspec when true - src/git-command-manager.ts: fetch() simplified to always use --no-tags, tags are fetched explicitly via refspec - src/git-source-provider.ts: passes fetchTags to getRefSpec() - Added E2E test for fetch-tags option Related #1471, #1467, #290
Configuration menu - View commit details
-
Copy full SHA for de0fac2 - Browse repository at this point
Copy the full SHA de0fac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c366fd - Browse repository at this point
Copy the full SHA 0c366fdView commit details
Commits on May 4, 2026
-
fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
* fix: expand merge commit SHA regex and add SHA-256 test cases Co-authored-by: Copilot <[email protected]> * test: add checkCommitInfo SHA coverage Add checkCommitInfo tests for SHA-1 and SHA-256 merge messages and reject invalid 50-character hex merge heads.\n\nCo-authored-by: Copilot <[email protected]> * style: fix Prettier formatting in test and source files Co-authored-by: Copilot <[email protected]> --------- Co-authored-by: Copilot <[email protected]>
1Configuration menu - View commit details
-
Copy full SHA for 900f221 - Browse repository at this point
Copy the full SHA 900f221View commit details
Commits on Jun 1, 2026
-
Fix checkout init for SHA-256 repositories (#2439)
* Fix checkout init for SHA-256 repositories * Remove unused object format result field
1Configuration menu - View commit details
-
Copy full SHA for 1cce339 - Browse repository at this point
Copy the full SHA 1cce339View commit details
Commits on Jun 2, 2026
-
Configuration menu - View commit details
-
Copy full SHA for df4cb1c - Browse repository at this point
Copy the full SHA df4cb1cView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5...v6