Skip to content
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 all github action dependencies #2

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 29, 2023

This PR contains the following updates:

Package Type Update Change
actions/cache action minor v3.3.1 -> v3.4.0
actions/checkout action minor v3.5.3 -> v3.6.0
actions/configure-pages action patch v3.0.6 -> v3.0.7
actions/deploy-pages action patch v2.0.3 -> v2.0.5
actions/setup-go action minor v4.0.1 -> v4.1.0
actions/setup-node action minor v3.7.0 -> v3.8.2
actions/upload-artifact action digest 0b7f8ab -> ff15f03
actions/upload-artifact action minor v3.1.2 -> v3.2.1
actions/upload-artifact action minor v3.1.3 -> v3.2.1
docker/build-push-action action minor v4.1.1 -> v4.2.1
docker/setup-buildx-action action minor v2.8.0 -> v2.10.0
docker/setup-buildx-action action minor v2.9.1 -> v2.10.0
dorny/paths-filter action minor v2.11.1 -> v2.12.0
github/codeql-action action minor v2.20.4 -> v2.28.0
golangci/golangci-lint-action action minor v3.6.0 -> v3.7.1
helm/kind-action action minor v1.5.0 -> v1.11.0
lycheeverse/lychee-action action minor v1.8.0 -> v1.10.0
mtardy/setup-bpftool action patch v1.0.2 -> v1.0.3
nick-fields/retry action minor v2.8.3 -> v2.9.0
nick-fields/retry action pinDigest -> 1467290
nick-invision/retry action minor v2.8.3 -> v2.9.0
renovatebot/github-action action minor v39.0.1 -> v39.2.4

Release Notes

actions/cache (actions/cache)

v3.4.0

Compare Source

⚠️ Important Changes

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 or v3 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 or v3.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:

Full Changelog: actions/cache@v3...v3.4.0

v3.3.3

Compare Source

What's Changed

New Contributors

Full Changelog: actions/cache@v3...v3.3.3

v3.3.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v3...v3.3.2

actions/checkout (actions/checkout)

v3.6.0

Compare Source

actions/configure-pages (actions/configure-pages)

v3.0.7

Compare Source

Changelog

See details of all code changes since previous release.

actions/deploy-pages (actions/deploy-pages)

v2.0.5

Compare Source

Changelog

See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

v2.0.4

Compare Source

Changelog

See details of all code changes since previous release.

⚠️ For use with products other than GitHub.com, such as GitHub Enterprise Server, please consult the compatibility table.

actions/setup-go (actions/setup-go)

v4.1.0

Compare Source

What's Changed

In scope of this release, slow installation on Windows was fixed by @​dsame in https://github.com/actions/setup-go/pull/393 and OS version was added to primaryKey for Ubuntu runners to avoid conflicts (https://github.com/actions/setup-go/pull/383)

This release also includes the following changes:

New Contributors

Full Changelog: actions/setup-go@v4...v4.1.0

actions/setup-node (actions/setup-node)

v3.8.2

Compare Source

What's Changed

Full Changelog: actions/setup-node@v3...v3.8.2

v3.8.1

Compare Source

What's Changed

In scope of this release, the filter was removed within the cache-save step by @​dmitry-shibanov in https://github.com/actions/setup-node/pull/831. It is filtered and checked in the toolkit/cache library.

Full Changelog: actions/setup-node@v3...v3.8.1

v3.8.0

Compare Source

What's Changed
Bug fixes:
Feature implementations:
Documentation changes:
Update dependencies:
New Contributors

Full Changelog: actions/setup-node@v3...v3.8.0

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

v3.2.1

Compare Source

What's Changed

This fixes the include-hidden-files input introduced in https://github.com/actions/upload-artifact/releases/tag/v3.2.0

Full Changelog: actions/upload-artifact@v3.2.0...v3.2.1

v3.2.0

Compare Source

Notice: Breaking Changes ⚠️

We will no longer include hidden files and folders by default in the upload-artifact action 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@v3.1.3...v3.2.0

v3.1.3

Compare Source

What's Changed

Full Changelog: actions/upload-artifact@v3...v3.1.3

docker/build-push-action (docker/build-push-action)

v4.2.1

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.2.0...v4.2.1

v4.2.0

Compare Source

Note

Buildx v0.10 enables support for a minimal SLSA Provenance attestation, which requires support for OCI-compliant multi-platform images. This may introduce issues with registry and runtime support (e.g. Google Cloud Run and AWS Lambda). You can optionally disable the default provenance attestation functionality using provenance: false.

Full Changelog: docker/build-push-action@v4.1.1...v4.2.0

docker/setup-buildx-action (docker/setup-buildx-action)

v2.10.0

Compare Source

What's Changed

Full Changelog: docker/setup-buildx-action@v2.9.1...v2.10.0

v2.9.1

Compare Source

Full Changelog: docker/setup-buildx-action@v2.9.0...v2.9.1

v2.9.0

Compare Source

Full Changelog: docker/setup-buildx-action@v2.8.0...v2.9.0

dorny/paths-filter (dorny/paths-filter)

v2.12.0

Compare Source

github/codeql-action (github/codeql-action)

v2.28.0

Compare Source

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.9 - 12 Dec 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.27.8

Compare Source

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.7 - 10 Dec 2024
  • We are rolling out a change in December 2024 that will extract the CodeQL bundle directly to the toolcache to improve performance. #​2631
  • Update default CodeQL bundle version to 2.20.0. #​2636

See the full CHANGELOG.md for more information.

v2.27.6

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.6 - 03 Dec 2024
  • Update default CodeQL bundle version to 2.19.4. #​2626

See the full CHANGELOG.md for more information.

v2.27.5

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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.5 - 19 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.4 - 14 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.3 - 12 Nov 2024

No user facing changes.

See the full CHANGELOG.md for more information.

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.2 - 12 Nov 2024

  • Fixed an issue where setting up the CodeQL tools would sometimes fail with the message "Invalid value 'undefined' for header 'authorization'". #​2590

See the full CHANGELOG.md for more information.

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.1 - 08 Nov 2024
  • The CodeQL Action now downloads bundles compressed using Zstandard on GitHub Enterprise Server when using Linux or macOS runners. This speeds up the installation of the CodeQL tools. This feature is already available to GitHub.com users. #​2573
  • Update default CodeQL bundle version to 2.19.3. #​2576

See the full CHANGELOG.md for more information.

v2.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 and v3 of the CodeQL Action is the node version they support, with v3 running on node 20 while we continue to release v2 to support running on node 16. For example 3.22.11 was the first v3 release and is functionally identical to 2.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.

2.27.0 - 22 Oct 2024

  • Bump the minimum CodeQL bundle version to 2.14.6. #​2549
  • Fix an issue where the 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 the upload-sarif Action. #​2557
  • Update default CodeQL bundle version to 2.19.2. #​2552

See the full CHANGELOG.md for more information.

v2.26.13

Compare Source

v2.26.12

Compare Source

v2.26.11

Compare Source

v2.26.10

Compare Source

v2.26.9

Compare Source

v2.26.8

Compare Source

v2.26.7

Compare Source

v2.26.6

Compare Source

v2.26.5

Compare Source

v2.26.4

Compare Source

v2.26.3

Compare Source

v2.26.2

Compare Source

v2.26.1

Compare Source

v2.26.0

Compare Source

v2.25.15

Compare Source

v2.25.14

Compare Source

v2.25.13

Compare Source

v2.25.12

Compare Source

v2.25.11

Compare Source

v2.25.10

Compare Source

v2.25.9

Compare Source

v2.25.8

Compare Source

v2.25.7

Compare Source

v2.25.6

Compare Source

v2.25.5

Compare Source

v2.25.4

Compare Source

v2.25.3

Compare Source

v2.25.2

Compare Source

v2.25.1

Compare Source

v2.25.0

Compare Source

v2.24.11

Compare Source

v2.24.10

Compare Source

v2.24.9

Compare Source

v2.24.8

Compare Source

v2.24.7

Compare Source

v2.24.6

Compare Source

v2.24.5

Compare Source

v2.24.4

Compare Source

v2.24.3

Compare Source

v2.24.2

Compare Source

v2.24.1

Compare Source

v2.24.0

Compare Source

v2.23.2

Compare Source

v2.23.1

Compare Source

v2.23.0

Compare Source

v2.22.12

Compare Source

v2.22.11

Compare Source

v2.22.10

Compare Source

v2.22.9

Compare Source

v2.22.8

Compare Source

v2.22.7

Compare Source

v2.22.6

Compare Source

v2.22.5

Compare Source

v2.22.4

Compare Source

v2.22.3

Compare Source

v2.22.2

Compare Source

v2.22.1

Compare Source

v2.22.0

Compare Source

v2.21.9

Compare Source

v2.21.8

Compare Source

v2.21.7

Compare Source

v2.21.6

Compare Source

v2.21.5

Compare Source

v2.21.4

Compare Source

v2.21.3

Compare Source

v2.21.2

Compare Source

v2.21.1

Compare Source

v2.21.0

Compare Source

golangci/golangci-lint-action (golangci/golangci-lint-action)

v3.7.1

Compare Source

v3.7.0

Compare Source

What's Changed

Changes
Documentation
Dependencies

Configuration

📅 Schedule: Branch creation - "every month" (UTC), 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.


  • 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 force-pushed the renovate/all-github-action branch 4 times, most recently from 427b7f5 to a4e359c Compare October 14, 2023 02:59
@renovate renovate bot force-pushed the renovate/all-github-action branch 4 times, most recently from c602a6f to 3a03fa2 Compare October 21, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-github-action branch 3 times, most recently from 0635cd6 to 02ba424 Compare October 28, 2023 08:58
@renovate renovate bot force-pushed the renovate/all-github-action branch from 02ba424 to 27a4eaa Compare November 1, 2023 02:45
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from e92bc78 to e51ae06 Compare November 17, 2023 08:47
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from 59fd1ad to fd840e8 Compare November 30, 2023 02:45
@renovate renovate bot force-pushed the renovate/all-github-action branch 3 times, most recently from 711bea2 to 677d646 Compare December 7, 2023 14:42
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from 1b08730 to 278b012 Compare December 15, 2023 05:09
@renovate renovate bot force-pushed the renovate/all-github-action branch from 278b012 to bd1abb3 Compare December 23, 2023 05:51
@renovate renovate bot force-pushed the renovate/all-github-action branch from bd1abb3 to ef9186e Compare December 30, 2023 08:53
@renovate renovate bot force-pushed the renovate/all-github-action branch 4 times, most recently from ef0b0ae to dbef598 Compare January 12, 2024 02:46
@renovate renovate bot force-pushed the renovate/all-github-action branch from dbef598 to addd073 Compare January 18, 2024 02:46
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from 8ab3101 to a3a95c7 Compare July 25, 2024 23:43
@renovate renovate bot force-pushed the renovate/all-github-action branch from a3a95c7 to 03bc5a0 Compare July 27, 2024 17:58
@renovate renovate bot force-pushed the renovate/all-github-action branch from 03bc5a0 to e775ee0 Compare August 6, 2024 21:01
@renovate renovate bot force-pushed the renovate/all-github-action branch 4 times, most recently from 8850d1c to 2569651 Compare August 22, 2024 05:56
@renovate renovate bot force-pushed the renovate/all-github-action branch 3 times, most recently from 368cebc to f791b46 Compare August 31, 2024 08:58
@renovate renovate bot force-pushed the renovate/all-github-action branch from f791b46 to ab2b863 Compare September 3, 2024 08:40
@renovate renovate bot force-pushed the renovate/all-github-action branch from ab2b863 to 010d302 Compare September 14, 2024 02:44
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from 5bfa36e to 3b43af6 Compare September 25, 2024 02:45
@renovate renovate bot force-pushed the renovate/all-github-action branch 3 times, most recently from fd2a08e to eb80bd6 Compare October 8, 2024 02:36
@renovate renovate bot force-pushed the renovate/all-github-action branch from eb80bd6 to f2f79fd Compare October 15, 2024 02:32
@renovate renovate bot force-pushed the renovate/all-github-action branch from f2f79fd to 247bc98 Compare October 22, 2024 20:52
@renovate renovate bot force-pushed the renovate/all-github-action branch 3 times, most recently from 3b4859b to 3449e16 Compare November 15, 2024 08:33
@renovate renovate bot force-pushed the renovate/all-github-action branch from 3449e16 to 269fa79 Compare November 22, 2024 23:37
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from ca8bbcf to eed20f0 Compare December 7, 2024 02:48
@renovate renovate bot force-pushed the renovate/all-github-action branch 2 times, most recently from d05e813 to 8e79d3f Compare December 14, 2024 02:29
Signed-off-by: cilium-renovate[bot] <134692979+cilium-renovate[bot]@users.noreply.github.com>
@renovate renovate bot force-pushed the renovate/all-github-action branch from 8e79d3f to 0d3d499 Compare December 21, 2024 03:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants