chore(deps): update github actions (major)#1166
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
8b24b62 to
958757b
Compare
9c0ab58 to
326d884
Compare
bf51ddd to
0ece6d6
Compare
1e8ef5b to
a1a22a6
Compare
099e497 to
cb40dcd
Compare
cb40dcd to
e177a3c
Compare
332efb3 to
0418bb9
Compare
836a1f2 to
1204f53
Compare
|
1b6eec1 to
b220647
Compare
b220647 to
3b13545
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



This PR contains the following updates:
v6→v7v3→v4v3→v4v1→v3v2.7.0→v3.0.0v3→v4v2→v3.0.4Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/upload-artifact (actions/upload-artifact)
v7.0.1Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v7...v7.0.1
v7.0.0Compare Source
v7 What's new
Direct Uploads
Adds support for uploading single files directly (unzipped). Callers can set the new
archiveparameter tofalseto 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. Thenameparameter 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
v7Compare Source
docker/login-action (docker/login-action)
v4.1.0Compare Source
Full Changelog: docker/login-action@v4.0.0...v4.1.0
v4.0.0Compare Source
Full Changelog: docker/login-action@v3.7.0...v4.0.0
v4Compare Source
v3.7.0Compare Source
scopeinput to set scopes for the authentication token by @crazy-max in #912registry-authinput by @crazy-max in #911Full Changelog: docker/login-action@v3.6.0...v3.7.0
v3.6.0Compare Source
registry-authinput for raw authentication to registries by @crazy-max in #887Full Changelog: docker/login-action@v3.5.0...v3.6.0
v3.5.0Compare Source
Full Changelog: docker/login-action@v3.4.0...v3.5.0
v3.4.0Compare Source
Full Changelog: docker/login-action@v3.3.0...v3.4.0
v3.3.0Compare Source
Full Changelog: docker/login-action@v3.2.0...v3.3.0
v3.2.0Compare Source
Full Changelog: docker/login-action@v3.1.0...v3.2.0
v3.1.0Compare Source
Full Changelog: docker/login-action@v3.0.0...v3.1.0
docker/setup-buildx-action (docker/setup-buildx-action)
v4.0.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0
v4Compare Source
v3.12.0Compare Source
installinput by @crazy-max in #455Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0
v3.11.1Compare Source
keep-statenot being respected by @crazy-max in #429Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1
v3.11.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0
v3.10.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0
v3.9.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0
v3.8.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0
v3.7.1Compare Source
uuidpackage by @crazy-max in #369Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1
v3.7.0Compare Source
buildkitd-flagsif opt-in by @crazy-max in #363uuidpackage and switch tocryptoby @crazy-max in #366Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0
v3.6.1Compare Source
Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1
v3.6.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0
v3.5.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.4.0...v3.5.0
v3.4.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0
v3.3.0Compare Source
Full Changelog: docker/setup-buildx-action@v3.2.0...v3.3.0
v3.2.0Compare Source
configtobuildkitd-configconfig-inlinetobuildkitd-config-inlineFull Changelog: docker/setup-buildx-action@v3.1.0...v3.2.0
v3.1.0Compare Source
cache-binaryinput to enable/disable caching binary to GHA cache backend by @crazy-max in #300Full Changelog: docker/setup-buildx-action@v3.0.0...v3.1.0
dorny/test-reporter (dorny/test-reporter)
v3.0.0Compare Source
Note: The v3 release requires NodeJS 24 runtime on GitHub Actions runners.
What's Changed
Other Changes
New Contributors
Full Changelog: dorny/test-reporter@v2.7.0...v3.0.0
v3Compare Source
v2.7.0Compare Source
What's Changed
slug-prefixoutput for link anchors #731jest-junittestsuite errors as failures #155Other Changes
flattedpackage to v3.4.1 to fix a vulnerability by @jozefizso in #739New Contributors
Full Changelog: dorny/test-reporter@v2.6.0...v2.7.0
v2.6.0Compare Source
We updated all dependency packages to latest versions to fix reported security vulnerabilities.
What's Changed
workflow_runevents, resolve the commit of the check run from related pull request head commits first (matchingworkflow_run.head_branch, then first PR), and fall back toworkflow_run.head_shafor non-PR runs #673test-reporteraction will listed all artifacts associated with the build run #693New Contributors
Full Changelog: dorny/test-reporter@v2.5.0...v2.6.0
v2.5.0Compare Source
What's Changed
Features
Project maintanance
Full Changelog: dorny/test-reporter@v2.4.0...v2.5.0
v2.4.0Compare Source
What's Changed
String.substring()function by @jozefizso in #704New Contributors
Full Changelog: dorny/test-reporter@v2.3.0...v2.4.0
v2.3.0Compare Source
What's Changed
New Contributors
Full Changelog: dorny/test-reporter@v2.2.0...v2.3.0
v2.2.0Compare Source
v2.1.1Compare Source
A bug fix release of the
test-reporteraction.What's Changed
github-utils.tsby @jozefizso in #604New Contributors
Full Changelog: dorny/test-reporter@v2.1.0...v2.1.1
v2.1.0Compare Source
What's Changed
New Contributors
Full Changelog: dorny/test-reporter@v2.0.0...v2.1.0
v2.0.0Compare Source
What's Changed
v2.0.0-previewby @jozefizso in #449@types/github-sluggerby @jozefizso in #524v1branch tomainby @jozefizso in #525New Contributors
Full Changelog: dorny/test-reporter@v1.9.1...v2.0.0
v2Compare Source
v1.9.1Compare Source
What's Changed
New Contributors
Full Changelog: dorny/test-reporter@v1.9.0...v1.9.1
v1.9.0Compare Source
What's Changed
Features
rspec-jsonformat #398Contributors
Full Changelog: dorny/test-reporter@v1.8.0...v1.9.0
v1.9Compare Source
v1.8.0Compare Source
What's Changed
SwiftXunitParserclass based onJavaJunitParserforswift-xunitreporter by @jozefizso in #317test-reporterrelease v1.8.0 by @jozefizso in #370New Contributors
Full Changelog: dorny/test-reporter@v1.7.0...v1.8.0
v1.7.0Compare Source
What's Changed
Configuration
📅 Schedule: (UTC)
🚦 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.
This PR was generated by Mend Renovate. View the repository job log.