prepare release v6.0.0 for Node.js 24 support by salmanmkc · Pull Request #745 · actions/upload-artifact (original) (raw)
- Update to Node.js 24 runtime (runs.using: node24)
- Bump version to 6.0.0
- Update README with v6 release notes
- Rebuild dist
AI review requested due to automatic review settings
salmanmkc changed the title
chore: release v6.0.0 for Node.js 24 support prepare release v6.0.0 for Node.js 24 support
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request
onap-github pushed a commit to onap/portal-ng-ui that referenced this pull request
Release notes
Sourced from actions/upload-artifact's releases.
v6.0.0 v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed
Upload Artifact Node 24 support by @salmanmkc in actions/upload-artifact#719 fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
Commits
b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist 7d27270 chore: add missing license cache files for @actions/core, @actions/io, and mi 5f643d3 chore: update license files for @actions/artifact@5.0.1 dependencies 1df1684 chore: update package-lock.json with @actions/artifact@5.0.1 b5b1a91 fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix Additional commits viewable in compare view
Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] support@github.com Signed-off-by: onap.gh2gerrit releng+onap-gh2gerrit@linuxfoundation.org Change-Id: Ifcb9ea1183007068f37dbb15f8e94989b40d410f GitHub-PR: #150 GitHub-Hash: a60016a988958af2
mergify Bot added a commit to robfrank/linklift that referenced this pull request
This was referenced
Dec 15, 2025
This was referenced
Jan 5, 2026
lfit-replication pushed a commit to lfit/releng-gerrit_to_platform that referenced this pull request
Bumps actions/upload-artifact from 5.0.0 to 6.0.0.
Release notes
Sourced from actions/upload-artifact's releases.
v6.0.0 v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed
Upload Artifact Node 24 support by @salmanmkc in actions/upload-artifact#719 fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0
Commits
b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README ddc45ed docs: update README to correct action name for Node.js 24 support 615b319 chore: release v6.0.0 for Node.js 24 support 017748b Merge pull request #744 from actions/fix-storage-blob 38d4c79 chore: rebuild dist 7d27270 chore: add missing license cache files for @actions/core, @actions/io, and mi 5f643d3 chore: update license files for @actions/artifact@5.0.1 dependencies 1df1684 chore: update package-lock.json with @actions/artifact@5.0.1 b5b1a91 fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix Additional commits viewable in compare view
Signed-off-by: dependabot[bot] support@github.com Signed-off-by: lfit.gh2gerrit releng+lfit-gh2gerrit@linuxfoundation.org Change-Id: I5619142488ce0d1c6bb2529c06c51623ddcfafbc GitHub-PR: #31 GitHub-Hash: 136b7bf501628f71
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request
This was referenced
May 15, 2026
onap-github pushed a commit to onap/policy-pap that referenced this pull request
Release notes
Sourced from actions/upload-artifact's releases.
v7.0.0 v7 What's new Direct Uploads Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file. ESM To support new versions of the @actions/* packages, we've upgraded the package to ESM. What's Changed
Add proxy integration test by @Link- in actions/upload-artifact#754 Upgrade the module to ESM and bump dependencies by @danwkennedy in actions/upload-artifact#762 Support direct file uploads by @danwkennedy in actions/upload-artifact#764
New Contributors
@Link- made their first contribution in actions/upload-artifact#754
Full Changelog: actions/upload-artifact@v6...v7.0.0 v6.0.0 v6 - What's new
[!IMPORTANT] actions/upload-artifact@v6 now runs on Node.js 24 (runs.using: node24) and requires a minimum Actions Runner version of 2.327.1. If you are using self-hosted runners, ensure they are updated before upgrading.
Node.js 24 This release updates the runtime to Node.js 24. v5 had preliminary support for Node.js 24, however this action was by default still running on Node.js 20. Now this action by default will run on Node.js 24. What's Changed
Upload Artifact Node 24 support by @salmanmkc in actions/upload-artifact#719 fix: update @actions/artifact for Node.js 24 punycode deprecation by @salmanmkc in actions/upload-artifact#744 prepare release v6.0.0 for Node.js 24 support by @salmanmkc in actions/upload-artifact#745
Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0 v5.0.0 What's Changed BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.
Update README.md by @GhadimiR in actions/upload-artifact#681 Update README.md by @nebuk89 in actions/upload-artifact#712 Readme: spell out the first use of GHES by @danwkennedy in actions/upload-artifact#727 Update GHES guidance to include reference to Node 20 version by @patrikpolyak in actions/upload-artifact#725 Bump @actions/artifact to v4.0.0 Prepare v5.0.0 by @danwkennedy in actions/upload-artifact#734
... (truncated)
Commits
043fb46 Merge pull request #797 from actions/yacaovsnc/update-dependency 634250c Include changes in typespec/ts-http-runtime 0.3.5 e454baa Readme: bump all the example versions to v7 (#796) 74fad66 Update the readme with direct upload details (#795) bbbca2d Support direct file uploads (#764) 589182c Upgrade the module to ESM and bump dependencies (#762) 47309c9 Merge pull request #754 from actions/Link-/add-proxy-integration-tests 02a8460 Add proxy integration test b7c566a Merge pull request #745 from actions/upload-artifact-v6-release e516bc8 docs: correct description of Node.js 24 support in README Additional commits viewable in compare view
Issue-ID: CIMAN-33 Signed-off-by: dependabot[bot] support@github.com Change-Id: I07221a26e7aaa8f7f5475284298d6049e399aa8d GitHub-PR: #9 GitHub-Hash: a63b8c13c7da0262 Signed-off-by: onap.gh2gerrit releng+onap-gh2gerrit@linuxfoundation.org
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
[ Show hidden characters]({{ revealButtonHref }})