Update dependency @actions/artifact to v6 - #1679
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
from
January 30, 2026 01:07
e48b250 to
0a5f252
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
3 times, most recently
from
February 5, 2026 21:00
ae8430a to
2277237
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
2 times, most recently
from
February 10, 2026 18:47
55dc62f to
dbe7d66
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
6 times, most recently
from
February 26, 2026 11:12
77db97f to
e10cc89
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
6 times, most recently
from
March 4, 2026 00:56
b26f176 to
d705443
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
6 times, most recently
from
March 11, 2026 18:48
9013ad0 to
380382b
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
3 times, most recently
from
March 16, 2026 10:09
361e2c1 to
a76d493
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
8 times, most recently
from
May 12, 2026 04:35
d95d5dc to
5b07ad1
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
5 times, most recently
from
May 22, 2026 02:02
f637309 to
9f915da
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
3 times, most recently
from
May 29, 2026 00:47
10edb28 to
6dd45e1
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
7 times, most recently
from
June 6, 2026 05:31
2babe4e to
a980cfe
Compare
renovate
Bot
force-pushed
the
renovate/actions-artifact-6.x
branch
4 times, most recently
from
June 10, 2026 02:39
530d643 to
cd9ddab
Compare
There was a problem hiding this comment.
Pull Request Overview
This pull request is currently in an incomplete state as it contains no file changes or code updates. The intended upgrade to @actions/artifact v6 is not reflected in the codebase, and the necessary logic to handle the major version's ESM-only breaking change is missing. These critical omissions prevent the PR from meeting its defined acceptance criteria.
About this PR
- The transition to @actions/artifact v6 introduces a breaking ESM-only requirement. The current code does not include any implementation changes (such as dynamic imports) to accommodate this transition.
- The pull request does not contain any file changes. The expected dependency update has not been applied to package.json or the lockfiles.
Test suggestions
- Verify package.json version update to 6.2.1.\n- [ ] Verify successful artifact upload using the updated library.\n- [ ] Verify successful artifact download using the updated library.
Prompt proposal for missing tests
Consider implementing these tests if applicable:
1. Verify package.json version update to 6.2.1.\n- [ ] Verify successful artifact upload using the updated library.\n- [ ] Verify successful artifact download using the updated library.
TIP Improve review quality by adding custom instructions
TIP How was this review? Give us feedback
Up to standards ✅🟢 Issues
|
| Metric | Results |
|---|---|
| Complexity | 0 |
| Duplication | 0 |
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR contains the following updates:
5.0.3→6.2.1Release Notes
actions/toolkit (@actions/artifact)
v6.2.1filename*field in thecontent-dispositionheader. This allows us to correctly download files and artifacts with Chinese/Japanese/Korean (among other) characters in their name.v6.2.0actions/upload-artifact). Callers must pass theskipArchiveoption touploadArtifact. Only single files can be uploaded at a time right now. Default behavior should remain unchanged ifskipArchive = false. WhenskipArchive = true, the name of the file is used as the name of the artifact for consistency with the downloads: you uploadartifact.txt, you downloadartifact.txt.v6.1.0v6.0.0import()instead ofrequire()Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.