Skip to content

Update actions/cache action to v6 - #24

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x
Open

Update actions/cache action to v6#24
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/actions-cache-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 24, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4.0.2v6.1.0

Release Notes

actions/cache (actions/cache)

v6.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

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

v6

Compare Source

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2: v.5.0.2

Compare Source

v5.0.2
What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

v5.0.1

Compare Source

[!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.


v5.0.1
What's Changed
v5.0.0
What's Changed

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

v5.0.0

Compare Source

[!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

v5

Compare Source

v4.3.0

Compare Source

What's Changed
New Contributors

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

v4.2.4

Compare Source

What's Changed
New Contributors

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

v4.2.3

Compare Source

What's Changed
New Contributors

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

v4.2.2

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

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

v4.2.1

Compare Source

What's Changed

[!IMPORTANT]
As a reminder, there were important backend changes to release v4.2.0, see those release notes and the announcement for more details.

New Contributors

Full Changelog: actions/cache@v4.2.0...v4.2.1

v4.2.0

Compare Source

⚠️ Important Changes

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.

Read more about the change & access the migration guide: reference to the announcement.

Minor changes

Minor and patch version updates for these dependencies:

Full Changelog: actions/cache@v4.1.2...v4.2.0

v4.1.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.1.1...v4.1.2

v4.1.1

Compare Source

What's Changed

Full Changelog: actions/cache@v4.1.0...v4.1.1

v4.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v4.0.2...v4.1.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@augmentcode

augmentcode Bot commented Jun 24, 2026

Copy link
Copy Markdown
🤖 Augment PR Summary

Summary: Updates the GitHub Actions workflows to use actions/cache v6 (pinned by commit SHA) for the node_modules cache step.
Why: Keeps CI/build caching on the latest major version of the action (includes upstream dependency/runtime updates such as the ESM migration).

🤖 Was this summary useful? React with 👍 or 👎

@augmentcode augmentcode Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review completed. No suggestions at this time.

Comment augment review to trigger a new review at any time.

@entelligence-ai-pr-reviews

Copy link
Copy Markdown

EntelligenceAI PR Summary

This PR updates the actions/cache GitHub Action to v6.0.0 across both workflow files.

  • Bumped actions/cache from v4.0.2 to v6.0.0 in .github/workflows/build.yml
  • Bumped actions/cache from v4.0.2 to v6.0.0 in .github/workflows/ci.yml
  • Updated pinned commit hash from 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 to 2c8a9bd7457de244a408f35966fab2fb45fda9c8 in both files

Confidence Score: 5/5 - Safe to Merge

Safe to merge — this PR performs a straightforward dependency bump of actions/cache from v4.0.2 to v6.0.0 across both .github/workflows/build.yml and .github/workflows/ci.yml, including the corresponding pinned commit hash update from 0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 to 2c8a9bd7457de244a408f35966fab2fb45fda9c8. The change is limited entirely to CI infrastructure with no impact on application logic, runtime behavior, or security posture. No review comments were generated and no pre-existing unresolved concerns apply to this change.

Key Findings:

  • The pinned commit hash in both workflow files was updated alongside the version tag, maintaining the security best practice of hash-pinning GitHub Actions to prevent supply chain attacks.
  • The version jump from v4.0.2 to v6.0.0 is a major version bump, but actions/cache is a well-maintained official GitHub Action where v6 is the current stable release — this is a routine maintenance update with no known breaking changes for standard cache usage.
  • Both affected files (.github/workflows/build.yml and .github/workflows/ci.yml) were reviewed and the changes are consistent and correctly applied across both locations.
Files requiring special attention
  • .github/workflows/build.yml
  • .github/workflows/ci.yml

@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from 94edb14 to a289560 Compare June 27, 2026 04:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants