Skip to content

Conversation

@salmanmkc
Copy link
Contributor

@salmanmkc salmanmkc commented Dec 10, 2025

Summary

Bumps the @actions/* dependencies in @actions/cache to their latest major versions for Node.js 24 compatibility.

Changes

Package Old Version New Version
@actions/core ^1.11.1 ^2.0.0
@actions/exec ^1.0.1 ^2.0.0
@actions/glob ^0.1.0 ^0.5.0
@actions/http-client ^2.1.1 ^3.0.0
@actions/io ^1.0.1 ^2.0.0

Why

These updated packages are updated for node 24 support and to remove and punycode errors.

Testing

  • All 116 existing tests pass
  • TypeScript compiles successfully

@salmanmkc salmanmkc requested a review from a team as a code owner December 10, 2025 11:28
Copilot AI review requested due to automatic review settings December 10, 2025 11:28
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR updates the @actions/* dependencies in the @actions/cache package to their latest major versions (v2/v3) to support Node.js 24 compatibility. The updates include bumping @actions/core, @actions/exec, @actions/glob, @actions/http-client, and @actions/io to newer major versions.

Key changes:

  • Major version bumps for five @actions/* packages in dependencies
  • Updated package-lock.json with new package versions and nested dependencies
  • Transitive dependency updates for various Azure and build tool packages

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.

File Description
packages/cache/package.json Updates dependency versions for five @actions/* packages from v1/v0.1 to v2/v3/v0.5
packages/cache/package-lock.json Reflects version updates with new package resolutions, integrity hashes, and nested dependency structures; includes transitive updates to Azure packages and dev dependencies
Files not reviewed (1)
  • packages/cache/package-lock.json: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

- @actions/core: ^1.11.1 → ^2.0.0
- @actions/exec: ^1.0.1 → ^2.0.0
- @actions/glob: ^0.1.0 → ^0.5.0
- @actions/http-client: ^2.1.1 → ^3.0.0
- @actions/io: ^1.0.1 → ^2.0.0
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@salmanmkc salmanmkc merged commit ddf2d52 into main Dec 11, 2025
17 checks passed
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.

3 participants