-
Couldn't load subscription status.
- Fork 3
🌱 Update github-actions group (minor) #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
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
85eec3d to
b907e03
Compare
c10998f to
fabba71
Compare
a12c30d to
36d8bbb
Compare
e896746 to
239ddcc
Compare
4bb1aa0 to
aef0b1a
Compare
aef0b1a to
063b0e0
Compare
284d9bf to
12ec6ec
Compare
64fa081 to
980af0e
Compare
92b0824 to
0e8b879
Compare
0e8b879 to
86feb8f
Compare
9edfde8 to
a9fc717
Compare
cb1458e to
9acd35d
Compare
f5669ab to
4c6d576
Compare
84d2452 to
414e072
Compare
6076b1b to
8b45387
Compare
7ab05b0 to
a5c3990
Compare
a5c3990 to
cb4c9f1
Compare
cb4c9f1 to
4f996ac
Compare
| datasource | package | from | to | | ----------- | ------------------------- | -------- | ------- | | github-tags | actions/cache | v4.0.2 | v4.1.2 | | github-tags | actions/checkout | v4.1.7 | v4.2.2 | | github-tags | actions/setup-go | v5.0.1 | v5.1.0 | | github-tags | actions/upload-artifact | v4.3.3 | v4.4.3 | | github-tags | docker/build-push-action | v6.1.0 | v6.10.0 | | github-tags | docker/login-action | v3.2.0 | v3.3.0 | | github-tags | docker/metadata-action | v5.5.1 | v5.6.1 | | github-tags | renovatebot/github-action | v40.1.12 | v40.3.6 | | github-tags | sigstore/cosign-installer | v3.5.0 | v3.7.0 |
4f996ac to
dd4165d
Compare
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
jschoone
approved these changes
Nov 28, 2024
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:
v4.0.2->v4.1.20c45773->6849a64v4.1.7->v4.2.2692973e->11bd719c8f55ef->5d869dav5.0.1->v5.1.0v4.3.3->v4.4.331159d4->48aba3bv6.1.0->v6.10.0v3.2.0->v3.3.0v5.5.1->v5.6.1d70bba7->c47758b6882732->49b3bc8v40.1.12->v40.3.6v3.5.0->v3.7.0a74c6b7->e7a8f85Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
actions/cache (actions/cache)
v4.1.2Compare Source
What's Changed
isGheslogic by @jww3 in https://github.com/actions/cache/pull/14744.1.2release by @Link- in https://github.com/actions/cache/pull/1477New Contributors
Full Changelog: actions/cache@v4...v4.1.2
v4.1.1Compare Source
What's Changed
cache-hitoutput by @joshmgross in https://github.com/actions/cache/pull/1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0Compare Source
What's Changed
save-alwaysinput by @joshmgross in https://github.com/actions/cache/pull/1452New Contributors
Full Changelog: actions/cache@v4.0.2...v4.1.0
actions/checkout (actions/checkout)
v4.2.2Compare Source
url-helper.tsnow leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhesby @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1Compare Source
v4.2.0Compare Source
actions/setup-go (actions/setup-go)
v5.1.0Compare Source
What's Changed
This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Bug Fixes
isGheslogic by @jww3 in https://github.com/actions/setup-go/pull/511New Contributors
Full Changelog: actions/setup-go@v5...v5.1.0
v5.0.2Compare Source
What's Changed
Bug fixes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-go@v5...v5.0.2
actions/upload-artifact (actions/upload-artifact)
v4.4.3Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3
v4.4.2Compare Source
What's Changed
@actions/artifactto 2.1.11 by @robherley in https://github.com/actions/upload-artifact/pull/627Full Changelog: actions/upload-artifact@v4.4.1...v4.4.2
v4.4.1Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1
v4.4.0Compare Source
Notice: Breaking Changes⚠️
We will no longer include hidden files and folders by default in the
upload-artifactaction of this version. This reduces the risk that credentials are accidentally uploaded into artifacts. Customers who need to continue to upload these files can use a new option,include-hidden-files, to continue to do so.See "Notice of upcoming deprecations and breaking changes in GitHub Actions runners" changelog and this issue for more details.
What's Changed
Full Changelog: actions/upload-artifact@v4.3.6...v4.4.0
v4.3.6Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.3.6
v4.3.5Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.4...v4.3.5
v4.3.4Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4
docker/build-push-action (docker/build-push-action)
v6.10.0Compare Source
callinput to set method for evaluating build by @crazy-max in https://github.com/docker/build-push-action/pull/1265Full Changelog: docker/build-push-action@v6.9.0...v6.10.0
v6.9.0Compare Source
Full Changelog: docker/build-push-action@v6.8.0...v6.9.0
v6.8.0Compare Source
Full Changelog: docker/build-push-action@v6.7.0...v6.8.0
v6.7.0Compare Source
Full Changelog: docker/build-push-action@v6.6.1...v6.7.0
v6.6.1Compare Source
Full Changelog: docker/build-push-action@v6.6.0...v6.6.1
v6.6.0Compare Source
Full Changelog: docker/build-push-action@v6.5.0...v6.6.0
v6.5.0Compare Source
Full Changelog: docker/build-push-action@v6.4.1...v6.5.0
v6.4.1Compare Source
repositoryandghtokenattributes for GitHub Actions cache backend" by @crazy-max in https://github.com/docker/build-push-action/pull/1183Full Changelog: docker/build-push-action@v6.4.0...v6.4.1
v6.4.0Compare Source
repositoryandghtokenattributes for GitHub Actions cache backend by @crazy-max in https://github.com/docker/build-push-action/pull/1133Full Changelog: docker/build-push-action@v6.3.0...v6.4.0
v6.3.0Compare Source
DOCKER_BUILD_RECORD_UPLOADenvironment variable to enable/disable build record upload by @crazy-max in https://github.com/docker/build-push-action/pull/1172DOCKER_BUILD_NO_SUMMARYhas been deprecated. SetDOCKER_BUILD_SUMMARYtofalseinstead by @crazy-max in https://github.com/docker/build-push-action/pull/1170 https://github.com/docker/build-push-action/pull/1173Full Changelog: docker/build-push-action@v6.2.0...v6.3.0
v6.2.0Compare Source
Full Changelog: docker/build-push-action@v6.1.0...v6.2.0
docker/login-action (docker/login-action)
v3.3.0Compare Source
Full Changelog: docker/login-action@v3.2.0...v3.3.0
docker/metadata-action (docker/metadata-action)
v5.6.1Compare Source
Full Changelog: docker/metadata-action@v5.6.0...v5.6.1
v5.6.0Compare Source
commit_dateglobal expression by @trim21 in https://github.com/docker/metadata-action/pull/471 https://github.com/docker/metadata-action/pull/475Full Changelog: docker/metadata-action@v5.5.1...v5.6.0
renovatebot/github-action (renovatebot/github-action)
v40.3.6Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
Continuous Integration
v40.3.5Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v40.3.4Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
v40.3.3Compare Source
Bug Fixes
Continuous Integration
v40.3.2Compare Source
Bug Fixes
Documentation
Miscellaneous Chores
Continuous Integration
v40.3.1Compare Source
Build System
Continuous Integration
v40.3.0Compare Source
Features
docker-socket-host-pathinput (#862) (c0afe86)v40.2.11Compare Source
Documentation
Miscellaneous Chores
Build System
Continuous Integration
Configuration
📅 Schedule: Branch creation - "on monday" in timezone Europe/Berlin, 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.