Bump the github-actions-version-updates group across 1 directory with 5 updates
Type: Pull Request
State: Merged
Association: Contributor
Comments: 2
(3 months ago)
(3 months ago)
(3 months ago)
by J12934
dependencies github_actions
Bumps the github-actions-version-updates group with 5 updates in the /.github/workflows directory:
| Package | From | To |
|---|---|---|
| actions/setup-java | 4.7.1 |
5.0.0 |
| actions/setup-go | 5.5.0 |
6.0.0 |
| actions/setup-python | 5.6.0 |
6.0.0 |
| github/codeql-action | 3.29.2 |
3.30.1 |
| mikefarah/yq | 4.47.1 |
4.47.2 |
Updates actions/setup-java from 4.7.1 to 5.0.0
Release notes
Sourced from actions/setup-java's releases.
v5.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-java#888Make sure your runner is updated to this version or newer to use this release. v2.327.1 Release Notes
Dependency Upgrades
- Upgrade Publish Immutable Action by
@HarithaVattikutiin actions/setup-java#798- Upgrade eslint-plugin-jest from 27.9.0 to 28.11.0 by
@dependabot[bot] in actions/setup-java#730- Upgrade undici from 5.28.5 to 5.29.0 by
@dependabot[bot] in actions/setup-java#833- Upgrade form-data to bring in fix for critical vulnerability by
@gowridurgadin actions/setup-java#887- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-java#896Bug Fixes
- Prevent default installation of JetBrains pre-releases by
@priyagupta108in actions/setup-java#859- Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by
@gowridurgadin actions/setup-java#848New Contributors
@gowridurgadmade their first contribution in actions/setup-java#848@salmanmkcmade their first contribution in actions/setup-java#888Full Changelog: https://github.com/actions/setup-java/compare/v4...v5.0.0
Commits
dded088Bump actions/checkout from 4 to 5 (#896)0913e9aUpgrade to node 24 (#888)e9343dbBumps form-data (#887)ae2b61dBump undici from 5.28.5 to 5.29.0 (#833)c190c18Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)67aec00Fix: prevent default installation of JetBrains pre-releases (#859)ebb356cImprove Error Handling for Setup-Java Action to Help Debug Intermittent Failu...f4f1212Update publish-immutable-actions.yml (#798)- See full diff in compare view
Updates actions/setup-go from 5.5.0 to 6.0.0
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
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 actions/setup-python from 5.6.0 to 6.0.0
Release notes
Sourced from actions/setup-python's releases.
v6.0.0
What's Changed
Breaking Changes
- Upgrade to node 24 by
@salmanmkcin actions/setup-python#1164Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes
Enhancements:
- Add support for
pip-versionby@priyagupta108in actions/setup-python#1129- Enhance reading from .python-version by
@krystof-kin actions/setup-python#787- Add version parsing from Pipfile by
@aradkdjin actions/setup-python#1067Bug fixes:
- Clarify pythonLocation behaviour for PyPy and GraalPy in environment variables by
@aparnajyothi-yin actions/setup-python#1183- Change missing cache directory error to warning by
@aparnajyothi-yin actions/setup-python#1182- Add Architecture-Specific PATH Management for Python with --user Flag on Windows by
@aparnajyothi-yin actions/setup-python#1122- Include python version in PyPy python-version output by
@cdce8pin actions/setup-python#1110- Update docs: clarification on pip authentication with setup-python by
@priya-kinthaliin actions/setup-python#1156Dependency updates:
- Upgrade idna from 2.9 to 3.7 in /tests/data by
@dependabot[bot] in actions/setup-python#843- Upgrade form-data to fix critical vulnerabilities #182 & #183 by
@aparnajyothi-yin actions/setup-python#1163- Upgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIndex.download by
@aparnajyothi-yin actions/setup-python#1165- Upgrade actions/checkout from 4 to 5 by
@dependabot[bot] in actions/setup-python#1181- Upgrade
@actions/tool-cachefrom 2.0.1 to 2.0.2 by@dependabot[bot] in actions/setup-python#1095New Contributors
@krystof-kmade their first contribution in actions/setup-python#787@cdce8pmade their first contribution in actions/setup-python#1110@aradkdjmade their first contribution in actions/setup-python#1067Full Changelog: https://github.com/actions/setup-python/compare/v5...v6.0.0
Commits
e797f83Upgrade to node 24 (#1164)3d1e2d2Revert "Enhance cache-dependency-path handling to support files outside the w...65b0712Clarify pythonLocation behavior for PyPy and GraalPy in environment variables...5b668cfBump actions/checkout from 4 to 5 (#1181)f62a0e2Change missing cache directory error to warning (#1182)9322b3cUpgrade setuptools to 78.1.1 to fix path traversal vulnerability in PackageIn...fbeb884Bump form-data to fix critical vulnerabilities #182 & #183 (#1163)03bb615Bump idna from 2.9 to 3.7 in /tests/data (#843)36da51dAdd version parsing from Pipfile (#1067)3c6f142update documentation (#1156)- Additional commits viewable in compare view
Updates github/codeql-action from 3.29.2 to 3.30.1
Release notes
Sourced from github/codeql-action's releases.
v3.30.1
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.1 - 05 Sep 2025
- Update default CodeQL bundle version to 2.23.0. #3077
See the full CHANGELOG.md for more information.
v3.30.0
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.30.0 - 01 Sep 2025
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
See the full CHANGELOG.md for more information.
v3.29.11
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
See the full CHANGELOG.md for more information.
v3.29.10
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.10 - 18 Aug 2025
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.9
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.9 - 12 Aug 2025
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
[UNRELEASED]
No user facing changes.
3.30.1 - 05 Sep 2025
- Update default CodeQL bundle version to 2.23.0. #3077
3.30.0 - 01 Sep 2025
- Reduce the size of the CodeQL Action, speeding up workflows by approximately 4 seconds. #3054
3.29.11 - 21 Aug 2025
- Update default CodeQL bundle version to 2.22.4. #3044
3.29.10 - 18 Aug 2025
No user facing changes.
3.29.9 - 12 Aug 2025
No user facing changes.
3.29.8 - 08 Aug 2025
- Fix an issue where the Action would autodetect unsupported languages such as HTML. #3015
3.29.7 - 07 Aug 2025
This release rolls back 3.29.6 to address issues with language autodetection. It is identical to 3.29.5.
3.29.6 - 07 Aug 2025
- The
cleanup-levelinput to theanalyzeAction is now deprecated. The CodeQL Action has written a limited amount of intermediate results to the database since version 2.2.5, and now automatically manages cleanup. #2999- Update default CodeQL bundle version to 2.22.3. #3000
3.29.5 - 29 Jul 2025
- Update default CodeQL bundle version to 2.22.2. #2986
3.29.4 - 23 Jul 2025
No user facing changes.
3.29.3 - 21 Jul 2025
... (truncated)
Commits
f1f6e5fMerge pull request #3081 from github/update-v3.30.1-2d2f57ed35dd2164Update changelog for v3.30.12d2f57eMerge pull request #3079 from github/mbg/proxy/accept-git-sourceb364f99Merge pull request #3077 from github/update-bundle/codeql-bundle-v2.23.05b8860aMerge branch 'main' into update-bundle/codeql-bundle-v2.23.08fe8b24Addgit_sourceas supported registry type for Go6242bcbAllow multiple registry types inLANGUAGE_TO_REGISTRY_TYPEdfb741dMerge pull request #3075 from github/mbg/remove-augmentation-properties920bba1Add unit tests forcreateInitWithConfigStatusReport37ddb03AddcreateInitWithConfigStatusReportfunction- Additional commits viewable in compare view
Updates mikefarah/yq from 4.47.1 to 4.47.2
Changelog
Sourced from mikefarah/yq's changelog.
4.47.2:
- Conversion from TOML to JSON no longer omits empty tables #2459 (thanks
@louislouislouislouis)- Bumped dependencies
4.47.1:
- Fixed merge anchor behaviour (
<<); #2404, #2110, #2386, #2178 Huge thanks to@stevenwdv! Note that you will need to set --yaml-fix-merge-anchor-to-spec to see the fixes- Fixed panic for syntax error when creating a map #2423
- Bumped dependencies
4.46.1:
- Added INI support
- Fixed 'add' operator when piped in with no data #2378, #2383, #2384
- Fixed delete after slice problem (bad node path) #2387 Thanks
@antoinedeschenes- Fixed yq small build Thanks
@imzue- Switched to YAML org supported go-yaml!
- Bumped dependencies
4.45.4:
- Fixing wrong map() behaviour on empty map #2359
- Bumped dependencies
4.45.3:
- Fixing regression introduced with in 4.45.2 with #2325 fix :sweat: sorry folks!
- Bumped dependencies
4.45.2:
- Added windows arm builds (Thanks
@albertocavalcante,@ShukantPal)- Added s390x platform support (Thanks
@ashokpariya0)- Additionally push docker images to ghcr.io (Thanks
@reegnz)- Fixing add when there is no node match #2325
- sort_by works on maps
- Bumped dependencies
4.45.1:
- Create parent directories when --split-exp is used, Thanks
@rudo-thomas- Bumped dependencies
4.44.6:
- Fixed deleting items in array bug #2027, #2172; Thanks
@jandubois- Docker image for armv7 / raspberry pi3, Thanks
@brianegge- Fixed no-colors regression #2218
- Fixed various panic scenarios #2211
- Bumped dependencies
4.44.5:
- Fixing release pipeline
4.44.4:
... (truncated)
Commits
6251e95Bumping versionb2155ebPreparing release911e394Bumping pflag35d338cmodify empty table decode6d7aa38Bump github.com/spf13/cobra from 1.9.1 to 1.10.1e890011Adding gah as a community supported install methodc34edcfBump actions/checkout from 4 to 5a46a576Bump golang from 1.24.5 to 1.25.0af2f868Bump golang.org/x/net from 0.42.0 to 0.43.076c8170Use ghcr.io instead of ghrc.io- See full diff in compare view
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
+13
-13
Package Dependencies
Technical Details
| ID: | 7281695 |
| UUID: | 2808724438 |
| Node ID: | PR_kwDOBM-Q_c6nabvW |
| Host: | GitHub |
| Repository: | secureCodeBox/secureCodeBox |
| Merge State: | Unknown |