Skip to content

Conversation

@salmanmkc
Copy link
Contributor

Summary

This PR bumps @actions/cache to v5.0.1 and adds release notes documenting the punycode deprecation fix.

Changes

  • Bump version from 5.0.0 to 5.0.1
  • Add release notes in RELEASES.md

Release Notes (v5.0.1)

  • Fix Node.js 24 punycode deprecation warning by updating @azure/storage-blob from ^12.13.0 to ^12.29.1
  • Newer storage-blob uses @azure/core-rest-pipeline instead of deprecated @azure/core-http, which eliminates the transitive dependency on node-fetch@2whatwg-url@5[email protected] that used the deprecated punycode module

Dependencies

This PR depends on #2213 (fix-cache-storage-blob) - the actual dependency fix.

Why a Patch Release?

This is a non-breaking change that only updates internal dependencies to fix a deprecation warning. No API changes or breaking behavior modifications.

Copilot AI review requested due to automatic review settings December 12, 2025 13:46
@salmanmkc salmanmkc requested a review from a team as a code owner December 12, 2025 13:46
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 bumps @actions/cache to version 5.0.1 to address Node.js 24 punycode deprecation warnings. The fix involves updating the @azure/storage-blob dependency to a newer version that eliminates the transitive dependency chain causing the deprecation warning.

  • Version bump from 5.0.0 to 5.0.1 (patch release)
  • Update @azure/storage-blob from ^12.13.0 to ^12.29.1
  • Add comprehensive release notes documenting the fix and its rationale

Reviewed changes

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

File Description
packages/cache/package.json Version bumped to 5.0.1 and @azure/storage-blob dependency updated to ^12.29.1
packages/cache/RELEASES.md Added v5.0.1 release notes explaining the punycode deprecation fix with technical details

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

@salmanmkc salmanmkc merged commit 2e53bd8 into main Dec 12, 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