-
Notifications
You must be signed in to change notification settings - Fork 6
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
⬆️ (deps): Update GitHub actions #311
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/github-actions
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
renovate
bot
added
the
type: dependencies
Categorizes issue or PR as related to dependency upgrades.
label
Apr 22, 2024
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
April 25, 2024 13:05
104d4d6
to
cfef2e7
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
May 12, 2024 22:15
a1cbec9
to
72f37e5
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
May 23, 2024 03:45
1b9615c
to
433db45
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
May 30, 2024 07:08
7c94a80
to
48ebf07
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
June 12, 2024 20:32
8d793c7
to
5b6f7c3
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
4 times, most recently
from
June 24, 2024 17:42
6dcd4f3
to
3985594
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
5 times, most recently
from
July 5, 2024 18:27
d3b91f9
to
4455235
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
2 times, most recently
from
July 11, 2024 23:47
3c44bac
to
c2211d4
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
2 times, most recently
from
July 22, 2024 11:50
6a5633f
to
dd50f2f
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
August 4, 2024 08:36
794fdd2
to
783c4e9
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
August 9, 2024 17:58
783c4e9
to
021efcb
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
2 times, most recently
from
August 30, 2024 18:25
8b56e4d
to
deb058f
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
September 25, 2024 19:51
deb058f
to
489f39e
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
6 times, most recently
from
October 7, 2024 21:24
fc33d12
to
f87454f
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
October 15, 2024 18:00
0c77bec
to
fbc3274
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
October 24, 2024 17:13
a5673f9
to
f5eb8c1
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
November 20, 2024 03:27
faf4985
to
0e6646d
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
December 5, 2024 18:09
0e6646d
to
3ebca2a
Compare
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.2.0
v4.1.1
->v4.2.2
v4.1.5
->v4.1.8
v5.1.0
->v5.3.0
v4.3.2
->v4.4.3
0.19.0
->0.29.0
v5.3.0
->v5.4.0
v3.1.0
->v3.3.0
v5.5.1
->v5.6.1
v3.3.0
->v3.7.1
v3.0.0
->v3.2.0
v1.9.0
->v1.10.0
v3.5.0
->v3.7.0
v44.3.0
->v44.5.7
Release Notes
actions/cache (actions/cache)
v4.2.0
Compare Source
The cache backend service has been rewritten from the ground up for improved performance and reliability. actions/cache now integrates with the new cache service (v2) APIs.
The new service will gradually roll out as of February 1st, 2025. The legacy service will also be sunset on the same date. Changes in these release are fully backward compatible.
We are deprecating some versions of this action. We recommend upgrading to version
v4
orv3
as soon as possible before February 1st, 2025. (Upgrade instructions below).If you are using pinned SHAs, please use the SHAs of versions
v4.2.0
orv3.4.0
If you do not upgrade, all workflow runs using any of the deprecated actions/cache will fail.
Upgrading to the recommended versions will not break your workflows.
Read more about the change & access the migration guide: reference to the announcement.
Minor changes
Minor and patch version updates for these dependencies:
1.11.1
1.1.3
0.38.3
Full Changelog: actions/cache@v4...v4.2.0
v4.1.2
Compare Source
What's Changed
isGhes
logic by @jww3 in https://github.com/actions/cache/pull/14744.1.2
release by @Link- in https://github.com/actions/cache/pull/1477New Contributors
Full Changelog: actions/cache@v4...v4.1.2
v4.1.1
Compare Source
What's Changed
cache-hit
output by @joshmgross in https://github.com/actions/cache/pull/1467Full Changelog: actions/cache@v4.1.0...v4.1.1
v4.1.0
Compare Source
What's Changed
save-always
input 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.2
Compare Source
url-helper.ts
now leverages well-known environment variables by @jww3 in https://github.com/actions/checkout/pull/1941isGhes
by @jww3 in https://github.com/actions/checkout/pull/1946v4.2.1
Compare Source
v4.2.0
Compare Source
v4.1.7
Compare Source
v4.1.6
Compare Source
v4.1.5
Compare Source
What's Changed
user.email
to be41898282+github-actions[bot]@​users.noreply.github.com
by @cory-miller in https://github.com/actions/checkout/pull/1707Full Changelog: actions/checkout@v4.1.4...v4.1.5
v4.1.4
Compare Source
extensions.worktreeConfig
when disablingsparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1692v4.1.3
Compare Source
What's Changed
actions/checkout
version inupdate-main-version.yml
by @jww3 in https://github.com/actions/checkout/pull/1650sparse-checkout
by @jww3 in https://github.com/actions/checkout/pull/1656Full Changelog: actions/checkout@v4.1.2...v4.1.3
v4.1.2
Compare Source
sparse-checkout
option is not present @dscho in https://github.com/actions/checkout/pull/1598actions/download-artifact (actions/download-artifact)
v4.1.8
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4...v4.1.8
v4.1.7
Compare Source
What's Changed
Full Changelog: actions/download-artifact@v4.1.6...v4.1.7
v4.1.6
Compare Source
What's Changed
@actions/artifact
dependency to v2.1.6 by @eggyhead in https://github.com/actions/download-artifact/pull/324Full Changelog: actions/download-artifact@v4.1.5...v4.1.6
actions/setup-python (actions/setup-python)
v5.3.0
Compare Source
What's Changed
Bug Fixes:
isGhes
logic by @jww3 in https://github.com/actions/setup-python/pull/963Enhancements:
New Contributors
Full Changelog: actions/setup-python@v5...v5.3.0
v5.2.0
Compare Source
v5.1.1
Compare Source
What's Changed
Bug fixes:
This update ensures compatibility and optimal performance of workflows on the latest macOS version.
Documentation changes:
Dependency updates:
New Contributors
Full Changelog: actions/setup-python@v5...v5.1.1
actions/upload-artifact (actions/upload-artifact)
v4.4.3
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.4.2...v4.4.3
v4.4.2
Compare Source
What's Changed
@actions/artifact
to 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.1
Compare Source
What's Changed
New Contributors
Full Changelog: actions/upload-artifact@v4.4.0...v4.4.1
v4.4.0
Compare Source
v4.3.6
Compare Source
v4.3.5
Compare Source
v4.3.4
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4.3.3...v4.3.4
v4.3.3
Compare Source
What's Changed
@actions/artifact
dependency to v2.1.6 by @eggyhead in https://github.com/actions/upload-artifact/pull/565Full Changelog: actions/upload-artifact@v4.3.2...v4.3.3
aquasecurity/trivy-action (aquasecurity/trivy-action)
v0.29.0
Compare Source
What's Changed
setup-trivy
by @DmitriyLewen in https://github.com/aquasecurity/trivy-action/pull/421setup-trivy
and add newcontrib
directory path info by @DmitriyLewen in https://github.com/aquasecurity/trivy-action/pull/424New Contributors
Full Changelog: aquasecurity/trivy-action@0.28.0...0.29.0
v0.28.0
Compare Source
What's Changed
Full Changelog: aquasecurity/trivy-action@0.27.0...0.28.0
v0.27.0
Compare Source
What's Changed
setup-trivy
to install Trivy by @DmitriyLewen in https://github.com/aquasecurity/trivy-action/pull/406Full Changelog: aquasecurity/trivy-action@0.26.0...0.27.0
v0.26.0
Compare Source
What's Changed
action/cache
for trivy databases by @DmitriyLewen in https://github.com/aquasecurity/trivy-action/pull/397Full Changelog: aquasecurity/trivy-action@0.25.0...0.26.0
v0.25.0
Compare Source
What's Changed
New Contributors
Full Changelog: aquasecurity/trivy-action@0.24.0...0.25.0
v0.24.0
Compare Source
What's Changed
Full Changelog: aquasecurity/trivy-action@0.23.0...0.24.0
v0.23.0
Compare Source
What's Changed
Full Changelog: aquasecurity/trivy-action@0.22.0...0.23.0
v0.22.0
Compare Source
What's Changed
New Contributors
Full Changelog: aquasecurity/trivy-action@0.21.0...0.22.0
v0.21.0
Compare Source
What's Changed
New Contributors
Full Changelog: aquasecurity/trivy-action@0.20.0...0.21.0
v0.20.0
Compare Source
What's Changed
--docker-host
option for GH Action users by @calinmarina in https://github.com/aquasecurity/trivy-action/pull/267New Contributors
Full Changelog: aquasecurity/trivy-action@0.19.0...0.20.0
docker/build-push-action (docker/build-push-action)
v5.4.0
Compare Source
docker/login-action (docker/login-action)
v3.3.0
Compare Source
Full Changelog: docker/login-action@v3.2.0...v3.3.0
v3.2.0
Compare Source
Full Changelog: docker/login-action@v3.1.0...v3.2.0
docker/metadata-action (docker/metadata-action)
v5.6.1
Compare Source
Full Changelog: docker/metadata-action@v5.6.0...v5.6.1
v5.6.0
Compare Source
commit_date
global 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
docker/setup-buildx-action (docker/setup-buildx-action)
v3.7.1
Compare Source
uuid
package by @crazy-max in https://github.com/docker/setup-buildx-action/pull/369Full Changelog: docker/setup-buildx-action@v3.7.0...v3.7.1
v3.7.0
Compare Source
buildkitd-flags
if opt-in by @crazy-max in https://github.com/docker/setup-buildx-action/pull/363uuid
package and switch tocrypto
by @crazy-max in https://github.com/docker/setup-buildx-action/pull/366Full Changelog: docker/setup-buildx-action@v3.6.1...v3.7.0
v3.6.1
Compare Source
Full Changelog: docker/setup-buildx-action@v3.6.0...v3.6.1
v3.6.0
Compare Source
Full Changelog: docker/setup-buildx-action@v3.5.0...v3.6.0
v3.5.0
Compare Source
v3.4.0
Compare Source
Full Changelog: docker/setup-buildx-action@v3.3.0...v3.4.0
docker/setup-qemu-action (docker/setup-qemu-action)
v3.2.0
Compare Source
Full Changelog: docker/setup-qemu-action@v3.1.0...v3.2.0
v3.1.0
Compare Source
docker.io
domain for default binfmt image by @crazy-max in https://github.com/docker/setup-qemu-action/pull/151Full Changelog: docker/setup-qemu-action@v3.0.0...v3.1.0
helm/kind-action (helm/kind-action)
v1.10.0
Compare Source
Requirements
We changed to use
wget
instead ofcurl
What's Changed
Full Changelog: helm/kind-action@v1.9.0...v1.10.0
sigstore/cosign-installer (sigstore/cosign-installer)
v3.7.0
Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v3.6.0...v3.7.0
v3.6.0
Compare Source
What's Changed
Full Changelog: sigstore/cosign-installer@v3...v3.6.0
tj-actions/changed-files (tj-actions/changed-files)
v44.5.7
Compare Source
What's Changed
Configuration
📅 Schedule: Branch creation - "* 0-4,22-23 * * 1-5,* * * * 0,6" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.