Skip to content

Conversation

@salmanmkc
Copy link
Contributor

Summary

This PR bumps @actions/artifact 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.15.0 to ^12.29.1
  • Removed direct @azure/core-http dependency (now uses @azure/core-rest-pipeline via storage-blob)

Dependencies

This PR depends on #2211 (fix-artifact-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.

@salmanmkc salmanmkc requested a review from a team as a code owner December 12, 2025 13:46
Copilot AI review requested due to automatic review settings 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/artifact from version 5.0.0 to 5.0.1 to fix a Node.js 24 punycode deprecation warning. The fix involves updating the @azure/storage-blob dependency to a newer version that uses @azure/core-rest-pipeline instead of the deprecated @azure/core-http package.

Key Changes

  • Version bump from 5.0.0 to 5.0.1 (patch release)
  • Updated @azure/storage-blob dependency from ^12.15.0 to ^12.29.1
  • Removed direct @azure/core-http dependency
  • Added release notes documenting the punycode deprecation fix

Reviewed changes

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

File Description
packages/artifact/package.json Bumped version to 5.0.1 and updated Azure Storage Blob dependency to resolve punycode deprecation
packages/artifact/RELEASES.md Added release notes for v5.0.1 documenting the dependency updates

The changes look good! The version bump is appropriate for a patch release (non-breaking dependency update), the release notes accurately describe the changes, and the formatting is consistent with the existing artifact package conventions. No issues were identified during the review.


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

@salmanmkc salmanmkc merged commit 2506e78 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