Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps the actions group with 3 updates in the / directory: actions/checkout, rharkor/caching-for-turbo and actions/cache.

Updates actions/checkout from 5 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.0

v5.0.1

v5.0.0

v4.3.1

v4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Updates rharkor/caching-for-turbo from 2.3.2 to 2.3.5

Release notes

Sourced from rharkor/caching-for-turbo's releases.

v2.3.5

2.3.5 (2025-12-02)

Bug Fixes

Miscellaneous Chores

  • sync: restore package.json from main (ee2fb1a)

v2.3.4

2.3.4 (2025-12-02)

Bug Fixes

Miscellaneous Chores

  • sync: restore package.json from main (a0a1203)

v2.3.3

2.3.3 (2025-12-02)

Bug Fixes

  • build (89ae352)
  • deps: update aws-sdk-js-v3 monorepo to v3.876.0 (#519) (38703ac)
  • deps: update aws-sdk-js-v3 monorepo to v3.879.0 (#524) (bd07fe6)
  • deps: update aws-sdk-js-v3 monorepo to v3.882.0 (#532) (4f44d5e)
  • deps: update aws-sdk-js-v3 monorepo to v3.883.0 (#536) (343e4c0)
  • deps: update aws-sdk-js-v3 monorepo to v3.884.0 (#538) (b0f6a19)
  • deps: update aws-sdk-js-v3 monorepo to v3.886.0 (#541) (d16f792)
  • deps: update aws-sdk-js-v3 monorepo to v3.887.0 (#543) (2034a2f)
  • deps: update aws-sdk-js-v3 monorepo to v3.888.0 (#546) (d2d1100)
  • deps: update aws-sdk-js-v3 monorepo to v3.890.0 (#553) (5f57377)
  • deps: update aws-sdk-js-v3 monorepo to v3.891.0 (#554) (1e07734)
  • deps: update aws-sdk-js-v3 monorepo to v3.892.0 (#558) (cf4608a)
  • deps: update aws-sdk-js-v3 monorepo to v3.893.0 (#562) (e71008d)
  • deps: update aws-sdk-js-v3 monorepo to v3.894.0 (#565) (16d2593)
  • deps: update aws-sdk-js-v3 monorepo to v3.895.0 (#567) (c71d18b)
  • deps: update aws-sdk-js-v3 monorepo to v3.896.0 (#572) (f3f4f32)
  • deps: update dependency @​actions/cache to v4.1.0 (#569) (5bbd2ba)
  • deps: update dependency fastify to v5.6.0 (#533) (334da8a)
  • deps: update dependency fastify to v5.6.1 (#563) (08d0b9a)
  • deps: update dependency wait-on to v8.0.5 (#545) (1d1d6ff)
  • deps: update dependency wait-on to v9 (cfdeb22)
  • format (66b0cbc)

... (truncated)

Commits
  • cda201f chore(release): 2.3.5 [skip ci]
  • ee2fb1a chore(sync): restore package.json from main
  • b745ed2 Merge remote-tracking branch 'origin/main' into main-release
  • 7736a17 Merge pull request #663 from rharkor/dev
  • d64a3f4 fix: lint
  • 0aa6899 chore(release): 2.3.4 [skip ci]
  • 1fcfbe3 fix: prettier
  • a0a1203 chore(sync): restore package.json from main
  • ca56dd3 Merge remote-tracking branch 'origin/main' into main-release
  • 663c19a Merge branch 'dev'
  • Additional commits viewable in compare view

Updates actions/cache from 4 to 5

Release notes

Sourced from actions/cache's releases.

v5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.3.0

v4.2.4

What's Changed

New Contributors

Full Changelog: actions/cache@v4...v4.2.4

v4.2.3

What's Changed

  • Update to use @​actions/cache 4.0.3 package & prepare for new release by @​salmanmkc in actions/cache#1577 (SAS tokens for cache entries are now masked in debug logs)

New Contributors

Full Changelog: actions/cache@v4.2.2...v4.2.3

... (truncated)

Changelog

Sourced from actions/cache's changelog.

Releases

Changelog

5.0.1

  • Update @azure/storage-blob to ^12.29.1 via @actions/cache@5.0.1 #1685

5.0.0

[!IMPORTANT] actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.

4.3.0

  • Bump @actions/cache to v4.1.0

4.2.4

  • Bump @actions/cache to v4.0.5

4.2.3

  • Bump @actions/cache to v4.0.3 (obfuscates SAS token in debug logs for cache entries)

4.2.2

  • Bump @actions/cache to v4.0.2

4.2.1

  • Bump @actions/cache to v4.0.1

4.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 v4 or v3 as soon as possible before February 1st, 2025. (Upgrade instructions below).

If you are using pinned SHAs, please use the SHAs of versions v4.2.0 or v3.4.0

If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.

Upgrading to the recommended versions will not break your workflows.

4.1.2

... (truncated)

Commits
  • 9255dc7 Merge pull request #1686 from actions/cache-v5.0.1-release
  • 8ff5423 chore: release v5.0.1
  • 9233019 Merge pull request #1685 from salmanmkc/node24-storage-blob-fix
  • b975f2b fix: add peer property to package-lock.json for dependencies
  • d0a0e18 fix: update license files for @​actions/cache, fast-xml-parser, and strnum
  • 74de208 fix: update @​actions/cache to ^5.0.1 for Node.js 24 punycode fix
  • ac7f115 peer
  • b0f846b fix: update @​actions/cache with storage-blob fix for Node.js 24 punycode depr...
  • a783357 Merge pull request #1684 from actions/prepare-cache-v5-release
  • 3bb0d78 docs: highlight v5 runner requirement in releases
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Dec 15, 2025
@changeset-bot
Copy link

changeset-bot bot commented Dec 15, 2025

⚠️ No Changeset found

Latest commit: b461595

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Bumps the actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [rharkor/caching-for-turbo](https://github.com/rharkor/caching-for-turbo) and [actions/cache](https://github.com/actions/cache).


Updates `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)

Updates `rharkor/caching-for-turbo` from 2.3.2 to 2.3.5
- [Release notes](https://github.com/rharkor/caching-for-turbo/releases)
- [Commits](rharkor/caching-for-turbo@v2.3.2...v2.3.5)

Updates `actions/cache` from 4 to 5
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
- dependency-name: rharkor/caching-for-turbo
  dependency-version: 2.3.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions
- dependency-name: actions/cache
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-b200e9a819 branch from 6e1a9ba to b461595 Compare December 22, 2025 13:19
@theoephraim theoephraim merged commit 5d81ba3 into main Jan 5, 2026
8 checks passed
@dependabot dependabot bot deleted the dependabot/github_actions/actions-b200e9a819 branch January 5, 2026 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants