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 (...Sourced from actions/cache's releases.
v.5.0.2
v5.0.2
What's Changed
When creating cache entries, 429s returned from the cache service will not be retried.
Sourced from actions/cache's changelog.
Releases
Changelog
5.0.2
- Bump
@actions/cacheto v5.0.3 #16925.0.1
- Update
@azure/storage-blobto^12.29.1via@actions/cache@5.0.1#16855.0.0
[!IMPORTANT]
actions/cache@v5runs on the Node.js 24 runtime and requires a minimum Actions Runner version of2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.4.3.0
- Bump
@actions/cacheto v4.1.04.2.4
- Bump
@actions/cacheto v4.0.54.2.3
- Bump
@actions/cacheto v4.0.3 (obfuscates SAS token in debug logs for cache entries)4.2.2
- Bump
@actions/cacheto v4.0.24.2.1
- Bump
@actions/cacheto v4.0.14.2.0
TLDR; The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4orv3as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0orv3.4.0If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
... (truncated)
07791f8
v13.3.5Sourced from nix-community/cache-nix-action's releases.
v7.0.1
What's Changed
Fixed
- Checkpoint Nix store database before saving cache by
@CathalMullanin nix-community/cache-nix-action#278- Checkpoint Nix store database before copying it by
@deempin nix-community/cache-nix-action#279Fixed (CI)
- Fix formatting in CI by
@deempin nix-community/cache-nix-action#280- Fix workflows for PRs in CI by
@deempin nix-community/cache-nix-action#281Changed (deps)
- chore(deps): bump
@actions/githubfrom 6.0.1 to 7.0.0 by@dependabot[bot] in nix-community/cache-nix-action#272- chore(deps-dev): bump eslint-config-love from 140.0.0 to 144.0.0 by
@dependabot[bot] in nix-community/cache-nix-action#271- chore(deps-dev): bump
@typescript-eslint/parserfrom 8.51.0 to 8.52.0 by@dependabot[bot] in nix-community/cache-nix-action#269- chore(deps-dev): bump eslint-plugin-jest from 29.12.0 to 29.12.1 by
@dependabot[bot] in nix-community/cache-nix-action#266- chore(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.51.0 to 8.52.0 by@dependabot[bot] in nix-community/cache-nix-action#268- chore(deps-dev): bump
@typescript-eslint/parserfrom 8.52.0 to 8.53.0 by@dependabot[bot] in nix-community/cache-nix-action#273- chore(deps-dev): bump prettier from 3.7.4 to 3.8.0 by
@dependabot[bot] in nix-community/cache-nix-action#277- chore(deps-dev): bump
@typescript-eslint/eslint-pluginfrom 8.52.0 to 8.53.0 by@dependabot[bot] in nix-community/cache-nix-action#274New Contributors
@CathalMullanmade their first contribution in nix-community/cache-nix-action#278Full Changelog: https://github.com/nix-community/cache-nix-action/compare/v7...v7.0.1
106bba7
fix(ci): use a modern commandb244431
chore: update src052bf75
chore: update docsc19319e
chore: build the actione3b9018
feat(action): add comment about checkpointing after database
merging05419d3
feat(readme): mention that the action may affect the workflow speed0c04309
refactor(readme): group limitations and list them in separate
sections084a7ec
fix(github): adress linter comments and format templatesb23f7c9
fix(ci): don't fail-fast6b5a012
Merge pull request #281
from nix-community/fix-prs