fix(deps): update dependency @actions/artifact to v4 #90

Closed
Renovate wants to merge 1 commits from renovate/actions-artifact-4.x into main
Member

This PR contains the following updates:

Package Change Age Confidence
@actions/artifact (source) ^1.1.2^4.0.0 age confidence

Release Notes

actions/toolkit (@​actions/artifact)

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

v2.3.2

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

v2.3.1

  • Fix comment typo on expectedHash. #​1986

v2.3.0

  • Allow ArtifactClient to perform digest comparisons, if supplied. #​1975

v2.2.2

  • Default concurrency to 5 for uploading artifacts #​1962

v2.2.1

  • Add ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY and ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS environment variables #​1928

v2.2.0

  • Return artifact digest on upload #​1896

v2.1.11

  • Fixed a bug with relative symlinks resolution #​1844
  • Use native crypto #​1815

v2.1.10

  • Fixed a regression with symlinks not being automatically resolved #​1830
  • Fixed a regression with chunk timeout #​1786

v2.1.9

  • Fixed artifact upload chunk timeout logic #​1774
  • Use lazy stream to prevent issues with open file limits #​1771

v2.1.8

  • Allows *.localhost domains for hostname checks for local development.

v2.1.7

  • Update unzip-stream dependency and reverted to using unzip.Extract()

v2.1.6

  • Will retry on invalid request responses.

v2.1.5

  • Bumped archiver dependency to 7.0.1

v2.1.4

  • Adds info-level logging for zip extraction

v2.1.3

  • Fixes a bug in the extract logic updated in 2.1.2

v2.1.2

  • Updated the stream extract functionality to use unzip.Parse() instead of unzip.Extract() for greater control of unzipping artifacts

v2.1.1

  • Fixed a bug with relative symlinks resolution #​1844
  • Use native crypto #​1815

v2.1.0

  • Added ArtifactClient#deleteArtifact to delete artifacts by name #​1626
  • Update error messaging to be more useful #​1628

v2.0.1

v2.0.0


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "on monday,on friday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [@actions/artifact](https://github.com/actions/toolkit/tree/main/packages/artifact) ([source](https://github.com/actions/toolkit/tree/HEAD/packages/artifact)) | [`^1.1.2` → `^4.0.0`](https://renovatebot.com/diffs/npm/@actions%2fartifact/1.1.3/4.0.0) | ![age](https://developer.mend.io/api/mc/badges/age/npm/@actions%2fartifact/4.0.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/npm/@actions%2fartifact/1.1.3/4.0.0?slim=true) | --- ### Release Notes <details> <summary>actions/toolkit (@&#8203;actions/artifact)</summary> ### [`v4.0.0`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#400) - Add support for Node 24 [#&#8203;2110](https://github.com/actions/toolkit/pull/2110) - Fix: artifact pagination bugs and configurable artifact count limits [#&#8203;2165](https://github.com/actions/toolkit/pull/2165) - Fix: reject the promise on timeout [#&#8203;2124](https://github.com/actions/toolkit/pull/2124) - Update dependency versions ### [`v2.3.2`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#232) - Added masking for Shared Access Signature (SAS) artifact URLs [#&#8203;1982](https://github.com/actions/toolkit/pull/1982) - Change hash to digest for consistent terminology across runner logs [#&#8203;1991](https://github.com/actions/toolkit/pull/1991) ### [`v2.3.1`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#231) - Fix comment typo on expectedHash. [#&#8203;1986](https://github.com/actions/toolkit/pull/1986) ### [`v2.3.0`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#230) - Allow ArtifactClient to perform digest comparisons, if supplied. [#&#8203;1975](https://github.com/actions/toolkit/pull/1975) ### [`v2.2.2`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#222) - Default concurrency to 5 for uploading artifacts [#&#8203;1962](https://github.com/actions/toolkit/pull/1962) ### [`v2.2.1`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#221) - Add `ACTIONS_ARTIFACT_UPLOAD_CONCURRENCY` and `ACTIONS_ARTIFACT_UPLOAD_TIMEOUT_MS` environment variables [#&#8203;1928](https://github.com/actions/toolkit/pull/1928) ### [`v2.2.0`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#220) - Return artifact digest on upload [#&#8203;1896](https://github.com/actions/toolkit/pull/1896) ### [`v2.1.11`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#2111) - Fixed a bug with relative symlinks resolution [#&#8203;1844](https://github.com/actions/toolkit/pull/1844) - Use native `crypto` [#&#8203;1815](https://github.com/actions/toolkit/pull/1815) ### [`v2.1.10`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#2110) - Fixed a regression with symlinks not being automatically resolved [#&#8203;1830](https://github.com/actions/toolkit/pull/1830) - Fixed a regression with chunk timeout [#&#8203;1786](https://github.com/actions/toolkit/pull/1786) ### [`v2.1.9`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#219) - Fixed artifact upload chunk timeout logic [#&#8203;1774](https://github.com/actions/toolkit/pull/1774) - Use lazy stream to prevent issues with open file limits [#&#8203;1771](https://github.com/actions/toolkit/pull/1771) ### [`v2.1.8`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#218) - Allows `*.localhost` domains for hostname checks for local development. ### [`v2.1.7`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#217) - Update unzip-stream dependency and reverted to using `unzip.Extract()` ### [`v2.1.6`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#216) - Will retry on invalid request responses. ### [`v2.1.5`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#215) - Bumped `archiver` dependency to 7.0.1 ### [`v2.1.4`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#214) - Adds info-level logging for zip extraction ### [`v2.1.3`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#213) - Fixes a bug in the extract logic updated in 2.1.2 ### [`v2.1.2`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#212) - Updated the stream extract functionality to use `unzip.Parse()` instead of `unzip.Extract()` for greater control of unzipping artifacts ### [`v2.1.1`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#2111) - Fixed a bug with relative symlinks resolution [#&#8203;1844](https://github.com/actions/toolkit/pull/1844) - Use native `crypto` [#&#8203;1815](https://github.com/actions/toolkit/pull/1815) ### [`v2.1.0`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#210) - Added `ArtifactClient#deleteArtifact` to delete artifacts by name [#&#8203;1626](https://github.com/actions/toolkit/pull/1626) - Update error messaging to be more useful [#&#8203;1628](https://github.com/actions/toolkit/pull/1628) ### [`v2.0.1`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#201) - Patch to fix transient request timeouts [actions/download-artifact#249](https://github.com/actions/download-artifact/issues/249) ### [`v2.0.0`](https://github.com/actions/toolkit/blob/HEAD/packages/artifact/RELEASES.md#200) - Major release. Supports new Artifact backend for improved speed, reliability and behavior. - Numerous API changes, [some breaking](./README.md#breaking-changes). - [Blog post with more info](https://github.blog/2024-02-12-get-started-with-v4-of-github-actions-artifacts/) </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "on monday,on friday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzUuMSIsInVwZGF0ZWRJblZlciI6IjQzLjE3NS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWF0aW9uIiwibnBtIl19-->
Renovate added 1 commit 2026-05-18 02:32:12 +02:00
fix(deps): update dependency @actions/artifact to v4
renovate/stability-days Updates have met minimum release age requirement
Lint / pre-commit Linting (push) Successful in 1m10s
Test / Run Tests (push) Successful in 2m13s
e889c9a559
CODEOWNERS rules requested review from AutoReview 2026-05-18 02:32:12 +02:00
Philipp closed this pull request 2026-05-18 19:34:50 +02:00
Author
Member

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 4.x releases. But if you manually upgrade to 4.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

### Renovate Ignore Notification Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for *any* future `4.x` releases. But if you manually upgrade to `4.x` then Renovate will re-enable `minor` and `patch` updates automatically. If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
Lint / pre-commit Linting (push) Successful in 1m10s
Required
Details
Test / Run Tests (push) Successful in 2m13s
Required
Details

Pull request closed

Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Screeps/screeps-deploy-action#90