Sourced from actions/checkout's releases.
v6.0.2
What's Changed
- Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set by
@TingluoHuangin actions/checkout#2355- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356Full Changelog: https://github.com/actions/checkout/compare/v6.0.1...v6.0.2
Sourced from actions/checkout's changelog.
Changelog
v6.0.2
- Fix tag handling: preserve annotations and explicit fetch-tags by
@ericsciplein actions/checkout#2356v6.0.1
- Add worktree support for persist-credentials includeIf by
@ericsciplein actions/checkout#2327v6.0.0
- Persist creds to a separate file by
@ericsciplein actions/checkout#2286- Update README to include Node.js 24 support details and requirements by
@salmanmkcin actions/checkout#2248v5.0.1
- Port v6 cleanup to v5 by
@ericsciplein actions/checkout#2301v5.0.0
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226v4.3.1
- Port v6 cleanup to v4 by
@ericsciplein actions/checkout#2305v4.3.0
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236v4.2.2
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacomein actions/checkout#1180- Dependency updates by
@dependabot- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabotin actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabotin actions/checkout#1697- Check out other refs/* by commit by
@orhantoyin actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-millerin actions/checkout#1732
... (truncated)
de0fac2
Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7f
Add orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is
set (...803947b
chore: update known checksums for 0.9.28 (#744)24553ac
chore: update known checksums for 0.9.27 (#742)085087a
Bump zizmorcore/zizmor-action from 0.3.0 to 0.4.1 (#741)9cfd029
chore: update known checksums for 0.9.26 (#734)dd9d55b
chore: update known checksums for 0.9.25 (#733)8512ad0
Clarify impact of using actions/setup-python (#732)cc55817
chore: update known checksums for 0.9.24 (#730)Sourced from astral-sh/setup-uv's releases.
v7.3.0 🌈 New features and bug fixes for activate-environment
Changes
This release contains a few bug fixes and a new feature for the activate-environment functionality.
🐛 Bug fixes
- fix: warn instead of error when no python to cache
@eifinger(#762)- fix: use --clear to create venv
@eifinger(#761)🚀 Enhancements
- feat: add venv-path input for activate-environment
@eifinger(#746)🧰 Maintenance
- chore: update known checksums for 0.10.0 @github-actions[bot] (#759)
- refactor: tilde-expansion tests as unittests and no self-hosted tests
@eifinger(#760)- chore: update known checksums for 0.9.30 @github-actions[bot] (#756)
- chore: update known checksums for 0.9.29 @github-actions[bot] (#748)
📚 Documentation
- Fix punctuation
@pm-dev563(#747)⬆️ Dependency updates
- Bump typesafegithub/github-actions-typing from 2.2.1 to 2.2.2 @dependabot[bot] (#753)
- Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 @dependabot[bot] (#751)
- Bump actions/checkout from 6.0.1 to 6.0.2 @dependabot[bot] (#740)
- Bump release-drafter/release-drafter from 6.1.0 to 6.2.0 @dependabot[bot] (#743)
- Bump eifinger/actionlint-action from 1.9.3 to 1.10.0 @dependabot[bot] (#731)
- Bump actions/setup-node from 6.1.0 to 6.2.0 @dependabot[bot] (#738)
eac588a
Bump typesafegithub/github-actions-typing from 2.2.1 to 2.2.2 (#753)a97c6cb
Bump peter-evans/create-pull-request from 8.0.0 to 8.1.0 (#751)02182fa
fix: warn instead of error when no python to cache (#762)a3b3eae
chore: update known checksums for 0.10.0 (#759)78cebec
fix: use --clear to create venv (#761)b6b8e2c
refactor: tilde-expansion tests as unittests and no self-hosted tests
(#760)e31bec8
chore: update known checksums for 0.9.30 (#756)db2b65e
Bump actions/checkout from 6.0.1 to 6.0.2 (#740)3511ff7
feat: add venv-path input for activate-environment (#746)99b0f04
Fix punctuation (#747)