Update dependency @actions/cache to v6#2857
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the @actions/cache dependency from version 5.0.3 to 6.0.0, which includes a breaking change where the package is now ESM-only. This means CommonJS consumers must use dynamic import() instead of require().
Changes:
- Updated
@actions/cachedependency to version 6.0.0 in the job instrumentation action
Files not reviewed (1)
- actions/instrument/job/package-lock.json: Language not supported
e627009 to
3b84c7d
Compare
3b84c7d to
d7edd68
Compare
d7edd68 to
a579288
Compare
Owner
Author
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
moflwi
previously approved these changes
Feb 9, 2026
moflwi
previously approved these changes
Feb 9, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 3 changed files in this pull request and generated 3 comments.
Files not reviewed (1)
- actions/instrument/job/package-lock.json: Language not supported
Comments suppressed due to low confidence (1)
actions/instrument/job/package-lock.json:16
package-lock.jsonis internally inconsistent: the root dependency declares@actions/artifact: 6.1.0, but thenode_modules/@actions/artifactentry still resolves to5.0.3. This will causenpm cito install the locked 5.x version (or fail). Regenerate the lockfile (from this directory) after updatingpackage.jsonso the resolved version matches 6.1.0.
moflwi
approved these changes
Feb 16, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
5.0.5→6.0.0Release Notes
actions/toolkit (@actions/cache)
v6.0.0import()instead ofrequire()Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.