-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: actions/checkout
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: actions/checkout
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 23 files changed
- 6 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 <1750815+TingluoHuang@users.noreply.github.com> * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Improve tests to verify user-agent content and handle empty sanitized IDs Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com> * Simplify orchestration ID validation to accept any non-empty sanitized value Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com> * Remove test for orchestration ID with only invalid characters Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: TingluoHuang <1750815+TingluoHuang@users.noreply.github.com> Co-authored-by: Tingluo Huang <tingluohuang@github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Configuration 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
Loading
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