Bump the all-gh-actions group with 5 updates
Type: Pull Request
State: Open
Association: Contributor
Comments: 0
(9 months ago)
(9 months ago)
dependencies github_actions
Bumps the all-gh-actions group with 5 updates:
| Package | From | To |
|---|---|---|
| actions/checkout | 4 |
5 |
| actions/setup-go | 5 |
6 |
| renovatebot/github-action | 43.0.10 |
43.0.12 |
| google-github-actions/auth | 2 |
3 |
| google-github-actions/setup-gcloud | 2 |
3 |
Updates actions/checkout from 4 to 5
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkcin actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkcin actions/checkout#2238⚠️ Minimum Compatible Runner Version
v2.327.1
Release NotesMake sure your runner is updated to this version or newer to use this release.
Full Changelog: https://github.com/actions/checkout/compare/v4...v5.0.0
v4.3.0
What's Changed
- docs: update README.md by
@motssin actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismailin actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwellsin actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgrossin actions/checkout#2044- Update README.md by
@nebuk89in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuangin actions/checkout#2224- Update package dependencies by
@salmanmkcin actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkcin actions/checkout#2237New Contributors
@motssmade their first contribution in actions/checkout#1971@mouismailmade their first contribution in actions/checkout#1977@benwellsmade their first contribution in actions/checkout#2043@nebuk89made their first contribution in actions/checkout#2194@salmanmkcmade their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
v4.2.2
What's Changed
url-helper.tsnow leverages well-known environment variables by@jww3in actions/checkout#1941- Expand unit test coverage for
isGhesby@jww3in actions/checkout#1946Full Changelog: https://github.com/actions/checkout/compare/v4.2.1...v4.2.2
v4.2.1
What's Changed
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoyin actions/checkout#1924New Contributors
@Jcambassmade their first contribution in actions/checkout#1919Full Changelog: https://github.com/actions/checkout/compare/v4.2.0...v4.2.1
... (truncated)
Commits
08c6903Prepare v5.0.0 release (#2238)9f26565Update actions checkout to use node 24 (#2226)- See full diff in compare view
Updates actions/setup-go from 5 to 6
Release notes
Sourced from actions/setup-go's releases.
v6.0.0
What's Changed
Breaking Changes
- Improve toolchain handling to ensure more reliable and consistent toolchain selection and management by
@matthewhughes934in actions/setup-go#460- Upgrade Nodejs runtime from node20 to node 24 by
@salmanmkcin actions/setup-go#624Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Dependency Upgrades
- Upgrade
@types/jestfrom 29.5.12 to 29.5.14 by@dependabot[bot] in actions/setup-go#589- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-go#591- Upgrade
@typescript-eslint/parserfrom 8.31.1 to 8.35.1 by@dependabot[bot] in actions/setup-go#590- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot[bot] in actions/setup-go#594- Upgrade typescript from 5.4.2 to 5.8.3 by
@dependabot[bot] in actions/setup-go#538- Upgrade eslint-plugin-jest from 28.11.0 to 29.0.1 by
@dependabot[bot] in actions/setup-go#603- Upgrade
form-datato bring in fix for critical vulnerability by@matthewhughes934in actions/setup-go#618- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-go#631New Contributors
@matthewhughes934made their first contribution in actions/setup-go#618@salmanmkcmade their first contribution in actions/setup-go#624Full Changelog: https://github.com/actions/setup-go/compare/v5...v6.0.0
v5.5.0
What's Changed
Bug fixes:
- Update self-hosted environment validation by
@priyagupta108in actions/setup-go#556- Add manifest validation and improve error handling by
@priyagupta108in actions/setup-go#586- Update template link by
@jsorefin actions/setup-go#527Dependency updates:
- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@aparnajyothi-yin actions/setup-go#574- Upgrade
@actions/globfrom 0.4.0 to 0.5.0 by@dependabotin actions/setup-go#573- Upgrade ts-jest from 29.1.2 to 29.3.2 by
@dependabotin actions/setup-go#582- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by
@dependabotin actions/setup-go#537New Contributors
@jsorefmade their first contribution in actions/setup-go#527Full Changelog: https://github.com/actions/setup-go/compare/v5...v5.5.0
v5.4.0
What's Changed
Dependency updates :
- Upgrade semver from 7.6.0 to 7.6.3 by
@dependabotin actions/setup-go#535- Upgrade eslint-config-prettier from 8.10.0 to 10.0.1 by
@dependabotin actions/setup-go#536- Upgrade
@action/cachefrom 4.0.0 to 4.0.2 by@aparnajyothi-yin actions/setup-go#568- Upgrade undici from 5.28.4 to 5.28.5 by
@dependabotin actions/setup-go#541
... (truncated)
Commits
4469467Bump actions/checkout from 4 to 5 (#631)e093d1eNode 24 upgrade (#624)1d76b95Improve toolchain handling (#460)e75c3e8Bumpform-datato bring in fix for critical vulnerability (#618)8e57b58Bump eslint-plugin-jest from 28.11.0 to 29.0.1 (#603)7c0b336Bump typescript from 5.4.2 to 5.8.3 (#538)6f26dccBump undici from 5.28.5 to 5.29.0 (#594)8d4083aBump@typescript-eslint/parserfrom 5.62.0 to 8.32.0 (#590)fa96338Bump@actions/tool-cachefrom 2.0.1 to 2.0.2 (#591)4de67c0Bump@types/jestfrom 29.5.12 to 29.5.14 (#589)- See full diff in compare view
Updates renovatebot/github-action from 43.0.10 to 43.0.12
Release notes
Sourced from renovatebot/github-action's releases.
v43.0.12
43.0.12 (2025-09-15)
Documentation
- update references to ghcr.io/renovatebot/renovate to v41.113.3 (6ff1007)
- update references to renovatebot/github-action to v43.0.11 (b1f4d3e)
Miscellaneous Chores
- deps: update dependency
@types/nodeto v20.19.12 (9e39ec0)- deps: update dependency
@types/nodeto v20.19.13 (c45925e)- deps: update dependency typescript-eslint to v8.42.0 (0065091)
- deps: update linters to v9.35.0 (da1ea10)
- deps: update pnpm to v10.15.1 (19bd80c)
Build System
- deps: lock file maintenance (983234a)
Continuous Integration
- deps: update renovate docker tag to v41.100.0 (f3ac028)
- deps: update renovate docker tag to v41.103.0 (bc2b208)
- deps: update renovate docker tag to v41.105.0 (c64558a)
- deps: update renovate docker tag to v41.107.0 (8891399)
- deps: update renovate docker tag to v41.109.0 (71ce752)
- deps: update renovate docker tag to v41.111.0 (3e4fb61)
- deps: update renovate docker tag to v41.112.0 (4833cda)
- deps: update renovate docker tag to v41.113.0 (23d00ec)
- deps: update renovate docker tag to v41.113.2 (94eed51)
- deps: update renovate docker tag to v41.113.3 (1bdfd59)
- deps: update renovate docker tag to v41.97.10 (dc222e4)
- deps: update renovate docker tag to v41.98.0 (6675bb6)
- deps: update renovate docker tag to v41.98.1 (e8c62d0)
- deps: update renovate docker tag to v41.98.2 (b33786c)
- deps: update renovate docker tag to v41.98.3 (ad18df2)
- deps: update renovate docker tag to v41.98.4 (3194766)
- deps: update renovate docker tag to v41.99.1 (04f5a7f)
- deps: update renovate docker tag to v41.99.11 (c4dc84e)
- deps: update renovate docker tag to v41.99.2 (f8e1197)
- deps: update renovate docker tag to v41.99.5 (ff05f9e)
- deps: update renovate docker tag to v41.99.6 (e66f3a5)
- deps: update renovate docker tag to v41.99.7 (ace35a1)
- deps: update renovate docker tag to v41.99.8 (be9ee49)
- deps: update renovate docker tag to v41.99.9 (ab4314a)
v43.0.11
43.0.11 (2025-09-08)
... (truncated)
Commits
f8af927chore(release): 43.0.12 [skip ci]ef1839askip: merge (983234a4328b2414c334dd35b4ddb5649c724139) [skip release]d89478askip: merge (6ff1007d74c19cd215a7d0f790092161c0dccb67) [skip release]983234abuild(deps): lock file maintenance6ff1007docs: update references to ghcr.io/renovatebot/renovate to v41.113.3a526ed5skip: merge (1bdfd59d24bce32923bc3350a6640008ebfc1915) [skip release]1bdfd59ci(deps): update renovate docker tag to v41.113.30128d2askip: merge (94eed515954949bdbf675a4af41dbf32f3092ee5) [skip release]94eed51ci(deps): update renovate docker tag to v41.113.2b150e74skip: merge (23d00ec2460836693a0aa94b4e902c32ad54d0c3) [skip release]- Additional commits viewable in compare view
Updates google-github-actions/auth from 2 to 3
Release notes
Sourced from google-github-actions/auth's releases.
v3
Floating v3 tag
v3.0.0
What's Changed
- Bump to Node 24 and remove old parameters by
@sethvargoin google-github-actions/auth#508- Remove hacky script by
@sethvargoin google-github-actions/auth#509- Release: v3.0.0 by
@google-github-actions-botin google-github-actions/auth#510Full Changelog: https://github.com/google-github-actions/auth/compare/v2...v3.0.0
v2.1.13
What's Changed
- Update deps by
@sethvargoin google-github-actions/auth#506- Release: v2.1.13 by
@google-github-actions-botin google-github-actions/auth#507Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.12...v2.1.13
v2.1.12
What's Changed
- Add retries for getIDToken by
@sethvargoin google-github-actions/auth#502- Release: v2.1.12 by
@google-github-actions-botin google-github-actions/auth#503Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.11...v2.1.12
v2.1.11
What's Changed
- Update troubleshooting docs for Python by
@sethvargoin google-github-actions/auth#488- Add linters by
@sethvargoin google-github-actions/auth#499- Update deps by
@sethvargoin google-github-actions/auth#500- Release: v2.1.11 by
@google-github-actions-botin google-github-actions/auth#501Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.10...v2.1.11
v2.1.10
What's Changed
- Declare workflow permissions by
@sethvargoin google-github-actions/auth#482- Document that the OIDC token expires in 5min by
@sethvargoin google-github-actions/auth#483- Release: v2.1.10 by
@google-github-actions-botin google-github-actions/auth#484Full Changelog: https://github.com/google-github-actions/auth/compare/v2.1.9...v2.1.10
v2.1.9
What's Changed
- Use our custom boolean parsing by
@sethvargoin google-github-actions/auth#478
... (truncated)
Commits
Updates google-github-actions/setup-gcloud from 2 to 3
Release notes
Sourced from google-github-actions/setup-gcloud's releases.
v3
Floating v3 tag
v2.2.1
What's Changed
- Update deps by
@sethvargoin google-github-actions/setup-gcloud#720- Bump to the latest actions-utils to fix the gen-readme bug by
@sethvargoin google-github-actions/setup-gcloud#721- Release: v2.2.1 by
@google-github-actions-botin google-github-actions/setup-gcloud#722Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2...v2.2.1
v2.2.0
What's Changed
- Introduce an option to skip the tool cache by
@sethvargoin google-github-actions/setup-gcloud#718- Release: v2.2.0 by
@google-github-actions-botin google-github-actions/setup-gcloud#719Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.5...v2.2.0
v2.1.5
What's Changed
- security: bump undici from 5.28.5 to 5.29.0 in the npm_and_yarn group by
@dependabot[bot] in google-github-actions/setup-gcloud#711- Update linters by
@sethvargoin google-github-actions/setup-gcloud#715- Update deps by
@sethvargoin google-github-actions/setup-gcloud#716- Release: v2.1.5 by
@google-github-actions-botin google-github-actions/setup-gcloud#717Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.4...v2.1.5
v2.1.4
What's Changed
- Revert to pinned release workflows by
@sethvargoin google-github-actions/setup-gcloud#706- Release: v2.1.4 by
@google-github-actions-botin google-github-actions/setup-gcloud#707Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2.1.3...v2.1.4
v2.1.3
What's Changed
- Allow manually running integration tests with workflow_dispatch by
@sethvargoin google-github-actions/setup-gcloud#702- security: bump undici from 5.28.4 to 5.28.5 in the npm_and_yarn group by
@dependabotin google-github-actions/setup-gcloud#703- Update deps by
@sethvargoin google-github-actions/setup-gcloud#704- Release: v2.1.3 by
@google-github-actions-botin google-github-actions/setup-gcloud#705Full Changelog: https://github.com/google-github-actions/setup-gcloud/compare/v2...v2.1.3
v2.1.2
What's Changed
... (truncated)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions
Pull Request Statistics
1
4
+12
-12
Package Dependencies
renovatebot/github-action
actions
43.0.10 → 43.0.12
Patch
Technical Details
| ID: | 7939827 |
| UUID: | 2836824959 |
| Node ID: | PR_kwDODRy3086pFoN_ |
| Host: | GitHub |
| Repository: | jetstack/jetstack-secure |
| Merge State: | Unknown |