Skip to content

renovate/major-github-artifact-actions#6

Merged
renovate[bot] merged 1 commit intodevfrom
renovate/major-github-artifact-actions
Feb 26, 2026
Merged

renovate/major-github-artifact-actions#6
renovate[bot] merged 1 commit intodevfrom
renovate/major-github-artifact-actions

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 26, 2026

Dependencies Updater

This PR contains the following updates:

Package Type Update Change
actions/download-artifact action major v7.0.0v8.0.0
actions/upload-artifact action major v6.0.0v7.0.0

Release Notes

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

v8.0.0

Compare Source

v8 - What's new

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

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

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

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


Configuration

📅 Schedule: 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.

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

@renovate renovate bot enabled auto-merge (squash) February 26, 2026 21:47
@github-actions github-actions bot changed the title [ci-skip] Update GitHub Artifact Actions (major) renovate/major-github-artifact-actions Feb 26, 2026
@renovate renovate bot merged commit 932fd98 into dev Feb 26, 2026
6 of 7 checks passed
@renovate renovate bot deleted the renovate/major-github-artifact-actions branch February 26, 2026 21:52
illyrius666 added a commit that referenced this pull request Mar 19, 2026
* init

Signed-off-by: Illyrius <fitimq@live.nl>

* [ci-skip] Update actions/cache action to v5.0.3 (#3)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update actions/checkout action to v6.0.2 (#4)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* +

Signed-off-by: Illyrius <fitimq@live.nl>

* move to json instead of toml for config

Signed-off-by: Illyrius <fitimq@live.nl>

* +

Signed-off-by: Illyrius <fitimq@live.nl>

* blub

Signed-off-by: Illyrius <fitimq@live.nl>

* refactor: update MOTD module to use server configuration

Signed-off-by: Illyrius <FitimQ@live.nl>

* added Module trait

Signed-off-by: Illyrius <fitimq@live.nl>

* some fmt

Signed-off-by: Illyrius <fitimq@live.nl>

* adjusted text

Signed-off-by: Illyrius <fitimq@live.nl>

* added some rules

Signed-off-by: Illyrius <fitimq@live.nl>

* set some linting rules in the cargo.toml file instead of having it defined top-level for each file

Signed-off-by: Illyrius <fitimq@live.nl>

* [ci-skip] Update softprops/action-gh-release digest to e798e6a (#5)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* some small refactoring

Signed-off-by: Illyrius <fitimq@live.nl>

* fix docs

Signed-off-by: Illyrius <fitimq@live.nl>

* restructuring

Signed-off-by: Illyrius <fitimq@live.nl>

* reconstructing

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* added init locator module and its configuration and did some restructuring

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* trying to get the cmd and perms registration going

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* added the cmd arguments sort of

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* fix cmds for locator, start impl in executor, wait for locator bar api

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* [ci-skip] Update GitHub Artifact Actions (#6)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update actions-rust-lang/setup-rust-toolchain digest to a0b538f (#7)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* using wasm for plugins

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* some more changes

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* adjust readme

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* some more fixes

* some more fixes

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* using plugin id const for perms

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* +

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* +

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* cleanup

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* added tablist.rs

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* rename

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* fix get_data_folder

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

* [ci-skip] Update actions/download-artifact action to v8.0.1 (#8)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update actions-rust-lang/setup-rust-toolchain digest to 150fca8 (#9)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update softprops/action-gh-release digest to 5284765 (#10)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update softprops/action-gh-release digest to 37819cb (#11)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update softprops/action-gh-release digest to 11f9176 (#12)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update softprops/action-gh-release digest to 26e8ad2 (#13)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update softprops/action-gh-release digest to 153bb8e (#14)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* [ci-skip] Update actions/cache action to v5.0.4 (#15)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* +

Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>

---------

Signed-off-by: Illyrius <fitimq@live.nl>
Signed-off-by: Illyrius <FitimQ@live.nl>
Signed-off-by: illyrius666 <28700752+illyrius666@users.noreply.github.com>
Co-authored-by: Illyrius <fitimq@live.nl>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

0 participants