Skip to content

Update dependency @actions/artifact to v6#1679

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-artifact-6.x
Open

Update dependency @actions/artifact to v6#1679
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/actions-artifact-6.x

Conversation

@renovate

@renovate renovate Bot commented Jan 29, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
@actions/artifact (source) 5.0.36.2.1 age confidence

Release Notes

actions/toolkit (@​actions/artifact)

v6.2.1

  • Support the RFC 5987 filename* field in the content-disposition header. This allows us to correctly download files and artifacts with Chinese/Japanese/Korean (among other) characters in their name.

v6.2.0

  • Support uploading single un-archived files (not zipped). Direct uploads are only supported for artifacts version 7+ (based on the major version of actions/upload-artifact). Callers must pass the skipArchive option to uploadArtifact. Only single files can be uploaded at a time right now. Default behavior should remain unchanged if skipArchive = false. When skipArchive = true, the name of the file is used as the name of the artifact for consistency with the downloads: you upload artifact.txt, you download artifact.txt.

v6.1.0

  • Support downloading non-zip artifacts. Zipped artifacts will be decompressed automatically (with an optional override). Un-zipped artifacts will be downloaded as-is.

v6.0.0

  • Breaking change: Package is now ESM-only
    • CommonJS consumers must use dynamic import() instead of require()

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the 📦 dependencies Pull requests that update a dependency file label Jan 29, 2026
@renovate renovate Bot enabled auto-merge (squash) January 29, 2026 22:06
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch from e48b250 to 0a5f252 Compare January 30, 2026 01:07
@github-actions github-actions Bot added this to the v0.3.16 milestone Jan 30, 2026
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 3 times, most recently from ae8430a to 2277237 Compare February 5, 2026 21:00
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 2 times, most recently from 55dc62f to dbe7d66 Compare February 10, 2026 18:47
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 6 times, most recently from 77db97f to e10cc89 Compare February 26, 2026 11:12
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 6 times, most recently from b26f176 to d705443 Compare March 4, 2026 00:56
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 6 times, most recently from 9013ad0 to 380382b Compare March 11, 2026 18:48
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 3 times, most recently from 361e2c1 to a76d493 Compare March 16, 2026 10:09
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 8 times, most recently from d95d5dc to 5b07ad1 Compare May 12, 2026 04:35
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 5 times, most recently from f637309 to 9f915da Compare May 22, 2026 02:02
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 3 times, most recently from 10edb28 to 6dd45e1 Compare May 29, 2026 00:47
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 7 times, most recently from 2babe4e to a980cfe Compare June 6, 2026 05:31
@renovate renovate Bot force-pushed the renovate/actions-artifact-6.x branch 4 times, most recently from 530d643 to cd9ddab Compare June 10, 2026 02:39

@codacy-production codacy-production Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@codacy-production

codacy-production Bot commented Jun 23, 2026

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

AI Reviewer: first review requested successfully. AI can make mistakes. Always validate suggestions.

Run reviewer

TIP This summary will be updated as you push new changes.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants