docs(artifact): release @actions/artifact v5.0.1#2212
Conversation
There was a problem hiding this comment.
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.0to5.0.1(patch release) - Updated
@azure/storage-blobdependency from^12.15.0to^12.29.1 - Removed direct
@azure/core-httpdependency - 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.
Summary
This PR bumps
@actions/artifactto v5.0.1 and adds release notes documenting the punycode deprecation fix.Changes
5.0.0to5.0.1RELEASES.mdRelease Notes (v5.0.1)
@azure/storage-blobfrom^12.15.0to^12.29.1@azure/core-httpdependency (now uses@azure/core-rest-pipelinevia 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.