Skip to content

Update GitHub Artifact Actions (major) - #78

Merged
yawkat merged 1 commit into
mainfrom
renovate/major-github-artifact-actions
Aug 6, 2026
Merged

Update GitHub Artifact Actions (major)#78
yawkat merged 1 commit into
mainfrom
renovate/major-github-artifact-actions

Conversation

@renovate

@renovate renovate Bot commented Aug 6, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v4v8
actions/upload-artifact action major v4v7

Release Notes

actions/download-artifact (actions/download-artifact)

v8.0.1

Compare Source

What's Changed

Full Changelog: actions/download-artifact@v8...v8.0.1

v8.0.0

Compare Source

v8 - What's new

[!IMPORTANT]
actions/download-artifact@​v8 has been migrated to an ESM module. This should be transparent to the caller but forks might need to make significant changes.

[!IMPORTANT]
Hash mismatches will now error by default. Users can override this behavior with a setting change (see below).

Direct downloads

To support direct uploads in actions/upload-artifact, the action will no longer attempt to unzip all downloaded files. Instead, the action checks the Content-Type header ahead of unzipping and skips non-zipped files. Callers wishing to download a zipped file as-is can also set the new skip-decompress parameter to true.

Enforced checks (breaking)

A previous release introduced digest checks on the download. If a download hash didn't match the expected hash from the server, the action would log a warning. Callers can now configure the behavior on mismatch with the digest-mismatch parameter. To be secure by default, we are now defaulting the behavior to error which will fail the workflow run.

ESM

To support new versions of the @​actions/* packages, we've upgraded the package to ESM.

What's Changed

Full Changelog: actions/download-artifact@v7...v8.0.0

v8

Compare Source

v7.0.0

Compare Source

v7 - What's new

[!IMPORTANT]
actions/download-artifact@​v7 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. v6 had preliminary support for Node 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

New Contributors

Full Changelog: actions/download-artifact@v6.0.0...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

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.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)
Migration Guide
✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

Before v5 (nested structure):

- uses: actions/download-artifact@v4
  with:
    artifact-ids: 12345
    path: dist

# Files were in: dist/my-artifact/

Where my-artifact is the name of the artifact you previously uploaded

To maintain old behavior (if needed):

- uses: actions/download-artifact@v5
  with:
    artifact-ids: 12345
    path: dist/my-artifact  # Explicitly specify the nested path

New Contributors

Full Changelog: actions/download-artifact@v4...v5.0.0

v5

Compare Source

actions/upload-artifact (actions/upload-artifact)

v7.0.1

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v7...v7.0.1

v7.0.0

Compare Source

v7 What's new

Direct Uploads

Adds support for uploading single files directly (unzipped). Callers can set the new archive parameter to false to skip zipping the file during upload. Right now, we only support single files. The action will fail if the glob passed resolves to multiple files. The name parameter is also ignored with this setting. Instead, the name of the artifact will be the name of the uploaded file.

ESM

To support new versions of the @actions/* packages, we've upgraded the package to ESM.

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v6...v7.0.0

v7

Compare Source

v6.0.0

Compare Source

v6 - What's new

[!IMPORTANT]
actions/upload-artifact@​v6 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

Full Changelog: actions/upload-artifact@v5.0.0...v6.0.0

v6

Compare Source

v5.0.0

Compare Source

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.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v5

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

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

@yawkat
yawkat enabled auto-merge (squash) August 6, 2026 07:04
@yawkat
yawkat merged commit 1a9d944 into main Aug 6, 2026
6 checks passed
@yawkat
yawkat deleted the renovate/major-github-artifact-actions branch August 6, 2026 07:41
mergify Bot added a commit to ArcadeData/arcadedb that referenced this pull request Aug 9, 2026
Bumps [at.yawk.lz4:lz4-java](https://github.com/yawkat/lz4-java) from 1.11.1 to 1.11.2.
Release notes

*Sourced from [at.yawk.lz4:lz4-java's releases](https://github.com/yawkat/lz4-java/releases).*

> lz4-java v1.11.2
> ----------------
>
> **Security release for [GHSA-6cx8-rjf8-pr8g](GHSA-6cx8-rjf8-pr8g) and [GHSA-4v53-57pg-c464](https://github.com/yawkat/lz4-java/security/advisories/GHSA-4v53-57pg-c464).**
>
> What's Changed
> --------------
>
> * Update bnd.maven.plugin.version to v7.3.0 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#59](https://redirect.github.com/yawkat/lz4-java/pull/59)
> * Update dependency me.qoomon:maven-git-versioning-extension to v9.12.1 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#62](https://redirect.github.com/yawkat/lz4-java/pull/62)
> * Update dependency com.carrotsearch.randomizedtesting:randomizedtesting-runner to v2.9.1 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#60](https://redirect.github.com/yawkat/lz4-java/pull/60)
> * Update dependency maven to v3.9.16 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#57](https://redirect.github.com/yawkat/lz4-java/pull/57)
> * Update dependency com.code-intelligence:jazzer-junit to v0.30.0 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#61](https://redirect.github.com/yawkat/lz4-java/pull/61)
> * Pin dependencies by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#56](https://redirect.github.com/yawkat/lz4-java/pull/56)
> * Update dependency org.codehaus.mojo:build-helper-maven-plugin to v3.6.1 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#64](https://redirect.github.com/yawkat/lz4-java/pull/64)
> * Update dependency maven-wrapper to v3.3.4 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#63](https://redirect.github.com/yawkat/lz4-java/pull/63)
> * Update dependency org.apache.maven.plugins:maven-source-plugin to v3.4.0 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#69](https://redirect.github.com/yawkat/lz4-java/pull/69)
> * Update actions/checkout action to v7 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#74](https://redirect.github.com/yawkat/lz4-java/pull/74)
> * Update junit-framework monorepo by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#72](https://redirect.github.com/yawkat/lz4-java/pull/72)
> * Update dependency org.apache.maven.plugins:maven-antrun-plugin to v3.2.0 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#65](https://redirect.github.com/yawkat/lz4-java/pull/65)
> * Update dependency org.sonatype.central:central-publishing-maven-plugin to v0.11.0 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#71](https://redirect.github.com/yawkat/lz4-java/pull/71)
> * Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#66](https://redirect.github.com/yawkat/lz4-java/pull/66)
> * Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.1 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#67](https://redirect.github.com/yawkat/lz4-java/pull/67)
> * Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.6 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#70](https://redirect.github.com/yawkat/lz4-java/pull/70)
> * Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#77](https://redirect.github.com/yawkat/lz4-java/pull/77)
> * Update GitHub Artifact Actions (major) by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#78](https://redirect.github.com/yawkat/lz4-java/pull/78)
> * Update junit-framework monorepo to v6 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#79](https://redirect.github.com/yawkat/lz4-java/pull/79)
> * Update cloudflare/wrangler-action action to v4 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#76](https://redirect.github.com/yawkat/lz4-java/pull/76)
> * Update astral-sh/setup-uv action to v9 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#75](https://redirect.github.com/yawkat/lz4-java/pull/75)
> * Update 8BitJonny/gh-get-current-pr action to v4 by [`@​renovate`](https://github.com/renovate)[bot] in [yawkat/lz4-java#73](https://redirect.github.com/yawkat/lz4-java/pull/73)
>
> New Contributors
> ----------------
>
> * [`@​renovate`](https://github.com/renovate)[bot] made their first contribution in [yawkat/lz4-java#59](https://redirect.github.com/yawkat/lz4-java/pull/59)
>
> **Full Changelog**: <yawkat/lz4-java@v1.11.1...v1.11.2>


Commits

* [`0569f2e`](yawkat/lz4-java@0569f2e) Update 8BitJonny/gh-get-current-pr action to v4 ([#73](https://redirect.github.com/yawkat/lz4-java/issues/73))
* [`591ce42`](yawkat/lz4-java@591ce42) Update astral-sh/setup-uv action to v9 ([#75](https://redirect.github.com/yawkat/lz4-java/issues/75))
* [`38e96f3`](yawkat/lz4-java@38e96f3) Update cloudflare/wrangler-action action to v4 ([#76](https://redirect.github.com/yawkat/lz4-java/issues/76))
* [`7fd3610`](yawkat/lz4-java@7fd3610) Update junit-framework monorepo to v6 ([#79](https://redirect.github.com/yawkat/lz4-java/issues/79))
* [`1a9d944`](yawkat/lz4-java@1a9d944) Update GitHub Artifact Actions ([#78](https://redirect.github.com/yawkat/lz4-java/issues/78))
* [`0a8a91d`](yawkat/lz4-java@0a8a91d) Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3 ([#77](https://redirect.github.com/yawkat/lz4-java/issues/77))
* [`a2381f3`](yawkat/lz4-java@a2381f3) Update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.5.6 ([#70](https://redirect.github.com/yawkat/lz4-java/issues/70))
* [`8bb8100`](yawkat/lz4-java@8bb8100) Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.5.1 ([#67](https://redirect.github.com/yawkat/lz4-java/issues/67))
* [`8e4f5cc`](yawkat/lz4-java@8e4f5cc) Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.15.0 (...
* [`86752f6`](yawkat/lz4-java@86752f6) Update dependency org.sonatype.central:central-publishing-maven-plugin to v0....
* Additional commits viewable in [compare view](yawkat/lz4-java@v1.11.1...v1.11.2)
  
[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility\_score?dependency-name=at.yawk.lz4:lz4-java&package-manager=maven&previous-version=1.11.1&new-version=1.11.2)](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-automerge-start)
[//]: # (dependabot-automerge-end)
---
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 show  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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant