-
Notifications
You must be signed in to change notification settings - Fork 2
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
chore(deps): update github-actions #369
Open
renovate
wants to merge
1
commit into
master
Choose a base branch
from
renovate/github-actions
base: master
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
🦙 MegaLinter status: ❌ ERROR
See detailed report in MegaLinter reports You could have same capabilities but better runtime performances if you request a new MegaLinter flavor. |
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
October 24, 2024 16:59
097caf3
to
9aee785
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
6 times, most recently
from
November 7, 2024 15:28
ca541c6
to
2ae5589
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
6 times, most recently
from
November 14, 2024 14:43
38d1f3f
to
29ea524
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
8 times, most recently
from
November 23, 2024 11:20
7c153b6
to
290ee56
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
8 times, most recently
from
December 3, 2024 12:34
e746fb5
to
5a599ad
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
December 11, 2024 04:21
92582cd
to
d6314c5
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
7 times, most recently
from
December 19, 2024 15:14
50b3798
to
0686feb
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
December 27, 2024 12:02
7dfa6f0
to
d7cf852
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
5 times, most recently
from
January 7, 2025 00:57
1ee58b9
to
bf67fcb
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
4 times, most recently
from
January 15, 2025 13:57
eb3f1c9
to
502c3c0
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
3 times, most recently
from
January 20, 2025 05:01
538eb15
to
0b7030b
Compare
renovate
bot
force-pushed
the
renovate/github-actions
branch
from
January 21, 2025 18:39
0b7030b
to
3325b64
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
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.1.1
->v4.2.0
v4.2.1
->v4.2.2
v4.4.0
->v4.6.0
v5.2.0
->v5.3.0
v4.4.3
->v4.6.0
0.28.0
->0.29.0
v6.9.0
->v6.12.0
v5.5.1
->v5.6.1
v3.7.1
->v3.8.0
v2.3.27
->v2.3.40
v2.1.6
->v2.1.16
v3.26.13
->v3.28.2
v4.1.0
->v4.2.2
v1.10.0
->v1.12.0
v2.0.2
->v2.2.0
v8.1.0
->v8.3.0
v7.0.5
->v7.0.6
v2.0.8
->v2.2.1
v0.1.8
->v0.1.11
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
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/1946actions/setup-java (actions/setup-java)
v4.6.0
Compare Source
What's Changed
Add-ons:
Bug fixes:
New Contributors
Full Changelog: actions/setup-java@v4...v4.6.0
v4.5.0
Compare Source
What's Changed
Bug fixes:
isGhes
logic by @jww3 in #697New Contributors:
Full Changelog: actions/setup-java@v4...v4.5.0
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
actions/upload-artifact (actions/upload-artifact)
v4.6.0
Compare Source
What's Changed
Full Changelog: actions/upload-artifact@v4...v4.6.0
v4.5.0
Compare Source
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
docker/build-push-action (docker/build-push-action)
v6.12.0
Compare Source
Full Changelog: docker/build-push-action@v6.11.0...v6.12.0
v6.11.0
Compare Source
defaultContext
support forbuild-contexts
input by @crazy-max in https://github.com/docker/build-push-action/pull/1283Full Changelog: docker/build-push-action@v6.10.0...v6.11.0
v6.10.0
Compare Source
call
input 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
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.8.0
Compare Source
chgl/kube-powertools (ghcr.io/chgl/kube-powertools)
v2.3.40
Compare Source
Miscellaneous Chores
4d2fcc2
(#506) (9793827)v2.3.39
Compare Source
Miscellaneous Chores
v2.3.38
Compare Source
Miscellaneous Chores
v2.3.37
Compare Source
Miscellaneous Chores
bc25da1
(#502) (09acfaa)CI/CD
v2.3.36
Compare Source
Bug Fixes
v2.3.35
Compare Source
Bug Fixes
Miscellaneous Chores
0abb7c4
(#497) (cd5f87a)v2.3.34
Compare Source
Bug Fixes
v2.3.30
Compare Source
Miscellaneous Chores
v2.3.29
Compare Source
Miscellaneous Chores
1492491
(#481) (60c87ae)v2.3.28
Compare Source
Miscellaneous Chores
miracum/ig-build-tools (ghcr.io/miracum/ig-build-tools)
v2.1.16
Compare Source
Miscellaneous Chores
v2.1.15
Compare Source
Miscellaneous Chores
v2.1.14
Compare Source
Bug Fixes
v2.1.13
Compare Source
Bug Fixes
v2.1.12
Compare Source
Miscellaneous Chores
v2.1.11
Compare Source
Miscellaneous Chores
860f93f
(#198) (27516be)v2.1.10
Compare Source
Bug Fixes
v2.1.9
Compare Source
Miscellaneous Chores
v2.1.8
Compare Source
Miscellaneous Chores
v2.1.7
Compare Source
Miscellaneous Chores
22639ff
(18913e9)a271604
(994236f)cc5855a
(338ac43)github/codeql-action (github/codeql-action)
v3.28.2
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.2 - 21 Jan 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.28.1
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.28.1 - 10 Jan 2025
See the full CHANGELOG.md for more information.
v3.28.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.28.0 - 20 Dec 2024
See the full CHANGELOG.md for more information.
v3.27.9
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.9 - 12 Dec 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.8
Compare Source
v3.27.7
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.7 - 10 Dec 2024
See the full CHANGELOG.md for more information.
v3.27.6
Compare Source
v3.27.5
Compare Source
v3.27.4
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.4 - 14 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.3
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.3 - 12 Nov 2024
No user facing changes.
See the full CHANGELOG.md for more information.
v3.27.2
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.2 - 12 Nov 2024
See the full CHANGELOG.md for more information.
v3.27.1
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.1 - 08 Nov 2024
See the full CHANGELOG.md for more information.
v3.27.0
Compare Source
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
Note that the only difference between
v2
andv3
of the CodeQL Action is the node version they support, withv3
running on node 20 while we continue to releasev2
to support running on node 16. For example3.22.11
was the firstv3
release and is functionally identical to2.22.11
. This approach ensures an easy way to track exactly which features are included in different versions, indicated by the minor and patch version numbers.3.27.0 - 22 Oct 2024
upload-sarif
Action would fail with "upload-sarif post-action step failed: Input required and not supplied: token" when called in a composite Action that had a different set of inputs to the ones expected by theupload-sarif
Action. #2557See the full CHANGELOG.md for more information.
gradle/actions (gradle/actions)
v4.2.2
Compare Source
This patch release updates a bunch of dependency versions and fixes a deprecation warning emitted with Gradle 8.12.
What's Changed
New Contributors
Full Changelog: gradle/actions@v4.2.1...v4.2.2
v4.2.1
Compare Source
This patch release fixes some issues with Develocity and Build Scan integration:
build-scan-publish
causes some Develocity injection parameters to be ignored (#447)develocity-ccud-plugin-version
parameter is ignored (#446)What's Changed
New Contributors
Full Changelog: gradle/actions@v4.2.0...v4.2.1
v4.2.0
Compare Source
This release fixes a bug that prevents cache-cleanup from working with Gradle 8.11.
A number of improvements to cache reporting are also included.
What's Changed
Full Changelog: gradle/actions@v4.1.0...v4.2.0
helm/kind-action (helm/kind-action)
v1.12.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/kind-action@v1.11.0...v1.12.0
v1.11.0
Compare Source
What's Changed
New Contributors
Full Changelog: helm/kind-action@v1.10.0...v1.11.0
lycheeverse/lychee-action (lycheeverse/lychee-action)
v2.2.0
: Version 2.2.0Compare Source
What's Changed
New Contributors
Full Changelog: lycheeverse/lychee-action@v2...v2.2.0
v2.1.0
: Version 2.1.0Compare Source
What's Changed
failIfEmpty
by [@LitoMore](https://redirecConfiguration
📅 Schedule: Branch creation - "* 0-3 1 * *" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.