Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR prepares the @actions/cache package for release version 4.0.5, addressing a runtime dependency issue that was introduced in the faulty 4.0.4 release. The fix involves reintroducing the @protobuf-ts/runtime-rpc package as a runtime dependency, which had been incorrectly moved to dev dependencies in the previous version.
- Version bump from
4.0.4to4.0.5 - Addition of release notes documenting the dependency fix and marking
4.0.4as faulty
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/cache/package.json | Updates package version to 4.0.5 |
| packages/cache/RELEASES.md | Adds release notes for 4.0.5 and marks 4.0.4 as faulty |
Files not reviewed (1)
- packages/cache/package-lock.json: Language not supported
salmanmkc
approved these changes
Aug 7, 2025
conorsloan
approved these changes
Aug 7, 2025
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.
Updates the
@actions/cachepackage to version4.0.5and addresses a runtime dependency issue. The main change is the reintroduction of the@protobuf-ts/runtime-rpcpackage as a runtime dependency, which resolves a faulty patch in the previous release.