-
Notifications
You must be signed in to change notification settings - Fork 0
build(deps): bump actions/upload-artifact from 4 to 6 #100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/upload-artifact-6
Dec 22, 2025
Merged
build(deps): bump actions/upload-artifact from 4 to 6 #100
dependabot
merged 1 commit into
master
from
dependabot/github_actions/actions/upload-artifact-6
Dec 22, 2025
Conversation
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
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Owner
|
@dependabot merge
…On Mon, 22 Dec 2025 at 01:25, dependabot[bot] ***@***.***> wrote:
Bumps actions/upload-artifact <https://github.com/actions/upload-artifact>
from 4 to 6.
Release notes
*Sourced from actions/upload-artifact's releases
<https://github.com/actions/upload-artifact/releases>.*
v6.0.0 v6 - What's new
[!IMPORTANT] ***@***.*** 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
<https://github.com/salmanmkc> in actions/upload-artifact#719
<https://redirect.github.com/actions/upload-artifact/pull/719>
- fix: update @actions/artifact for Node.js 24 punycode deprecation
by @salmanmkc <https://github.com/salmanmkc> in
actions/upload-artifact#744
<https://redirect.github.com/actions/upload-artifact/pull/744>
- prepare release v6.0.0 for Node.js 24 support by @salmanmkc
<https://github.com/salmanmkc> in actions/upload-artifact#745
<https://redirect.github.com/actions/upload-artifact/pull/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 <https://github.com/GhadimiR> in
actions/upload-artifact#681
<https://redirect.github.com/actions/upload-artifact/pull/681>
- Update README.md by @nebuk89 <https://github.com/nebuk89> in
actions/upload-artifact#712
<https://redirect.github.com/actions/upload-artifact/pull/712>
- Readme: spell out the first use of GHES by @danwkennedy
<https://github.com/danwkennedy> in actions/upload-artifact#727
<https://redirect.github.com/actions/upload-artifact/pull/727>
- Update GHES guidance to include reference to Node 20 version by
@patrikpolyak <https://github.com/patrikpolyak> in
actions/upload-artifact#725
<https://redirect.github.com/actions/upload-artifact/pull/725>
- Bump @actions/artifact to v4.0.0
- Prepare v5.0.0 by @danwkennedy <https://github.com/danwkennedy> in
actions/upload-artifact#734
<https://redirect.github.com/actions/upload-artifact/pull/734>
New Contributors
- @GhadimiR <https://github.com/GhadimiR> made their first
contribution in actions/upload-artifact#681
<https://redirect.github.com/actions/upload-artifact/pull/681>
- @nebuk89 <https://github.com/nebuk89> made their first contribution
in actions/upload-artifact#712
<https://redirect.github.com/actions/upload-artifact/pull/712>
- @danwkennedy <https://github.com/danwkennedy> made their first
contribution in actions/upload-artifact#727
<https://redirect.github.com/actions/upload-artifact/pull/727>
- @patrikpolyak <https://github.com/patrikpolyak> made their first
contribution in actions/upload-artifact#725
<https://redirect.github.com/actions/upload-artifact/pull/725>
*Full Changelog*: ***@***.***
<actions/upload-artifact@v4...v5.0.0>
v4.6.2 What's Changed
- Update to use artifact 2.3.2 package & prepare for new
upload-artifact release by @salmanmkc <https://github.com/salmanmkc>
in actions/upload-artifact#685
<https://redirect.github.com/actions/upload-artifact/pull/685>
New Contributors
- @salmanmkc <https://github.com/salmanmkc> made their first
contribution in actions/upload-artifact#685
<https://redirect.github.com/actions/upload-artifact/pull/685>
*Full Changelog*: ***@***.***
<actions/upload-artifact@v4...v4.6.2>
v4.6.1 What's Changed
- Update to use artifact 2.2.2 package by @yacaovsnc
<https://github.com/yacaovsnc> in actions/upload-artifact#673
<https://redirect.github.com/actions/upload-artifact/pull/673>
... (truncated)
Commits
- b7c566a
<actions/upload-artifact@b7c566a>
Merge pull request #745
<https://redirect.github.com/actions/upload-artifact/issues/745> from
actions/upload-artifact-v6-release
- e516bc8
<actions/upload-artifact@e516bc8>
docs: correct description of Node.js 24 support in README
- ddc45ed
<actions/upload-artifact@ddc45ed>
docs: update README to correct action name for Node.js 24 support
- 615b319
<actions/upload-artifact@615b319>
chore: release v6.0.0 for Node.js 24 support
- 017748b
<actions/upload-artifact@017748b>
Merge pull request #744
<https://redirect.github.com/actions/upload-artifact/issues/744> from
actions/fix-storage-blob
- 38d4c79
<actions/upload-artifact@38d4c79>
chore: rebuild dist
- 7d27270
<actions/upload-artifact@7d27270>
chore: add missing license cache files for @actions/core, @actions/io,
and mi...
- 5f643d3
<actions/upload-artifact@5f643d3>
chore: update license files for @actions/artifact@5
<https://github.com/5>.0.1 dependencies
- 1df1684
<actions/upload-artifact@1df1684>
chore: update package-lock.json with @actions/artifact@5
<https://github.com/5>.0.1
- b5b1a91
<actions/upload-artifact@b5b1a91>
fix: update @actions/artifact to ^5.0.0 for Node.js 24 punycode fix
- Additional commits viewable in compare view
<actions/upload-artifact@v4...v6>
[image: Dependabot compatibility score]
<https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores>
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting @dependabot
rebase.
------------------------------
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- @dependabot rebase will rebase this PR
- @dependabot recreate will recreate this PR, overwriting any edits
that have been made to it
- @dependabot merge will merge this PR after your CI passes on it
- @dependabot squash and merge will squash and merge this PR after
your CI passes on it
- @dependabot cancel merge will cancel a previously requested merge
and block automerging
- @dependabot reopen will reopen this PR if it is closed
- @dependabot close will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- @dependabot show <dependency name> ignore conditions will show all
of the ignore conditions of the specified dependency
- @dependabot ignore this major version will close this PR and stop
Dependabot creating any more for this major version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this minor version will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen the
PR or upgrade to it yourself)
- @dependabot ignore this dependency will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the PR
or upgrade to it yourself)
------------------------------
You can view, comment on, or merge this pull request online at:
#100
Commit Summary
- a2e1861
<a2e1861>
build(deps): bump actions/upload-artifact from 4 to 6
File Changes
(1 file <https://github.com/louiechristie/weather-winton/pull/100/files>)
- *M* .github/workflows/playwright.yml
<https://github.com/louiechristie/weather-winton/pull/100/files#diff-7afcd2d8f7b49bda74843f209eefb7b2da45f7e7803bf2e4bd636699b76aa2d3>
(2)
Patch Links:
- https://github.com/louiechristie/weather-winton/pull/100.patch
- https://github.com/louiechristie/weather-winton/pull/100.diff
—
Reply to this email directly, view it on GitHub
<#100>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABT57GEVJUG7PL6U3LPZCGT4C5CBTAVCNFSM6AAAAACPWRNGM2VHI2DSMVQWIX3LMV43ASLTON2WKOZTG42TCOJQHAYTKMY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Contributor
Author
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
github_actions
Pull requests that update GitHub Actions code
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps actions/upload-artifact from 4 to 6.
Release notes
Sourced from actions/upload-artifact's releases.
... (truncated)
Commits
b7c566aMerge pull request #745 from actions/upload-artifact-v6-releasee516bc8docs: correct description of Node.js 24 support in READMEddc45eddocs: update README to correct action name for Node.js 24 support615b319chore: release v6.0.0 for Node.js 24 support017748bMerge pull request #744 from actions/fix-storage-blob38d4c79chore: rebuild dist7d27270chore: add missing license cache files for@actions/core,@actions/io, and mi...5f643d3chore: update license files for@actions/artifact@5.0.1 dependencies1df1684chore: update package-lock.json with@actions/artifact@5.0.1b5b1a91fix: update@actions/artifactto ^5.0.0 for Node.js 24 punycode fixDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)