Bump actions/checkout from 5 to 6 in /.github/workflows#783
Bump actions/checkout from 5 to 6 in /.github/workflows#783dependabot[bot] wants to merge 1 commit into
Conversation
|
|
@dependabot recreate |
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
93e911c to
871cf6a
Compare
|
|
Superseded by #929 which combines all GitHub Actions dependabot updates into a single PR. |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
* Bump actions/checkout v5→v6 and actions/cache v4→v5 Combines dependabot PRs #782, #783, #807, #808 into a single update. - actions/checkout v6: credential storage moved to RUNNER_TEMP (security improvement) - actions/cache v5: uses Node.js 24 runtime and new cache service APIs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Fix pnpm cache: use setup-node built-in caching Replace manual actions/cache step (which used non-existent ~/.pnpm-store path) with actions/setup-node's built-in cache: 'pnpm' which auto-detects the correct pnpm store directory. Reorder steps so corepack enables pnpm before setup-node runs, allowing setup-node to discover the pnpm store path for caching. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>



Bumps actions/checkout from 5 to 6.
Release notes
Sourced from actions/checkout's releases.
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
de0fac2Fix tag handling: preserve annotations and explicit fetch-tags (#2356)064fe7fAdd orchestration_id to git user-agent when ACTIONS_ORCHESTRATION_ID is set (...8e8c483Clarify v6 README (#2328)033fa0dAdd worktree support for persist-credentials includeIf (#2327)c2d88d3Update all references from v5 and v4 to v6 (#2314)1af3b93update readme/changelog for v6 (#2311)71cf226v6-beta (#2298)069c695Persist creds to a separate file (#2286)ff7abcdUpdate README to include Node.js 24 support details and requirements (#2248)