Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps @actions/artifact from 2.3.1 to 4.0.0.

Changelog

Sourced from @​actions/artifact's changelog.

4.0.0

  • Add support for Node 24 #2110
  • Fix: artifact pagination bugs and configurable artifact count limits #2165
  • Fix: reject the promise on timeout #2124
  • Update dependency versions

2.3.3

  • Dependency updates #2049

2.3.2

  • Added masking for Shared Access Signature (SAS) artifact URLs #1982
  • Change hash to digest for consistent terminology across runner logs #1991
Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
@actions/artifact [>= 2.a, < 3]

Dependabot compatibility score

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.


Note: Dependabot was ignoring updates to this dependency, but since you've updated it yourself we've started tracking it for you again. 🤖

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)

Bumps [@actions/artifact](https://github.com/actions/toolkit/tree/HEAD/packages/artifact) from 2.3.1 to 4.0.0.
- [Changelog](https://github.com/actions/toolkit/blob/main/packages/artifact/RELEASES.md)
- [Commits](https://github.com/actions/toolkit/commits/@actions/cache@4.0.0/packages/artifact)

---
updated-dependencies:
- dependency-name: "@actions/artifact"
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Oct 27, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 27, 2025 17:40
@dependabot dependabot bot added the Rebuild Re-transpile JS & re-generate workflows label Oct 27, 2025
@github-actions github-actions bot added size/XS Should be very easy to review and removed Rebuild Re-transpile JS & re-generate workflows labels Oct 27, 2025
@github-actions
Copy link
Contributor

Pushed a commit to rebuild the Action. Please mark the PR as ready for review to trigger PR checks.

@github-actions github-actions bot marked this pull request as draft October 27, 2025 17:41
@mbg mbg marked this pull request as ready for review October 28, 2025 12:22
Copilot AI review requested due to automatic review settings October 28, 2025 12:22
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR updates the @actions/artifact dependency from version 2.3.1 to 4.0.0, a major version upgrade. The update brings Node 24 support, bug fixes for artifact pagination, timeout handling improvements, and updated dependency versions.

Key changes:

  • Dependency version bump from ^2.3.1 to ^4.0.0 in package.json
  • Generated JavaScript code updates in the lib directory reflecting the dependency upgrade

Reviewed Changes

Copilot reviewed 9 out of 14 changed files in this pull request and generated no comments.

Show a summary per file
File Description
package.json Updated @actions/artifact dependency version from ^2.3.1 to ^4.0.0
lib/upload-sarif-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/upload-lib.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/start-proxy-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/setup-codeql-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/resolve-environment-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/init-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/autobuild-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump
lib/analyze-action.js Generated code reflecting dependency updates including new runAttempt property and Octokit version bump

Copy link
Contributor

@henrymercer henrymercer left a comment

Choose a reason for hiding this comment

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

Does not appear to drop support for Node 20.

@henrymercer henrymercer merged commit a53e78e into main Oct 28, 2025
236 checks passed
@henrymercer henrymercer deleted the dependabot/npm_and_yarn/actions/artifact-4.0.0 branch October 28, 2025 13:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size/XS Should be very easy to review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants