Bump the github-actions group across 1 directory with 4 updates
Type: Pull Request
State: Open
![dependabot[bot]](https://github.com/dependabot.png)
Association: None
Comments: 0
(11 days ago)
(11 days ago)
dependencies github_actions
Bumps the github-actions group with 4 updates in the / directory: actions/checkout, actions/setup-java, graalvm/setup-graalvm and github/codeql-action.
Updates actions/checkout
from 4.2.2 to 5.0.0
Release notes
Sourced from actions/checkout's releases.
v5.0.0
What's Changed
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226- Prepare v5.0.0 release by
@salmanmkc
in 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
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236- Prepare release v4.3.0 by
@salmanmkc
in actions/checkout#2237New Contributors
@motss
made their first contribution in actions/checkout#1971@mouismail
made their first contribution in actions/checkout#1977@benwells
made their first contribution in actions/checkout#2043@nebuk89
made their first contribution in actions/checkout#2194@salmanmkc
made their first contribution in actions/checkout#2236Full Changelog: https://github.com/actions/checkout/compare/v4...v4.3.0
Changelog
Sourced from actions/checkout's changelog.
Changelog
V5.0.0
- Update actions checkout to use node 24 by
@salmanmkc
in actions/checkout#2226V4.3.0
- docs: update README.md by
@motss
in actions/checkout#1971- Add internal repos for checking out multiple repositories by
@mouismail
in actions/checkout#1977- Documentation update - add recommended permissions to Readme by
@benwells
in actions/checkout#2043- Adjust positioning of user email note and permissions heading by
@joshmgross
in actions/checkout#2044- Update README.md by
@nebuk89
in actions/checkout#2194- Update CODEOWNERS for actions by
@TingluoHuang
in actions/checkout#2224- Update package dependencies by
@salmanmkc
in actions/checkout#2236v4.2.2
url-helper.ts
now leverages well-known environment variables by@jww3
in actions/checkout#1941- Expand unit test coverage for
isGhes
by@jww3
in actions/checkout#1946v4.2.1
- Check out other refs/* by commit if provided, fall back to ref by
@orhantoy
in actions/checkout#1924v4.2.0
- Add Ref and Commit outputs by
@lucacome
in actions/checkout#1180- Dependency updates by
@dependabot
- actions/checkout#1777, actions/checkout#1872v4.1.7
- Bump the minor-npm-dependencies group across 1 directory with 4 updates by
@dependabot
in actions/checkout#1739- Bump actions/checkout from 3 to 4 by
@dependabot
in actions/checkout#1697- Check out other refs/* by commit by
@orhantoy
in actions/checkout#1774- Pin actions/checkout's own workflows to a known, good, stable version. by
@jww3
in actions/checkout#1776v4.1.6
- Check platform to set archive extension appropriately by
@cory-miller
in actions/checkout#1732v4.1.5
- Update NPM dependencies by
@cory-miller
in actions/checkout#1703- Bump github/codeql-action from 2 to 3 by
@dependabot
in actions/checkout#1694- Bump actions/setup-node from 1 to 4 by
@dependabot
in actions/checkout#1696- Bump actions/upload-artifact from 2 to 4 by
@dependabot
in actions/checkout#1695- README: Suggest
user.email
to be41898282+github-actions[bot]@users.noreply.github.com
by@cory-miller
in actions/checkout#1707v4.1.4
- Disable
extensions.worktreeConfig
when disablingsparse-checkout
by@jww3
in actions/checkout#1692- Add dependabot config by
@cory-miller
in actions/checkout#1688- Bump the minor-actions-dependencies group with 2 updates by
@dependabot
in actions/checkout#1693- Bump word-wrap from 1.2.3 to 1.2.5 by
@dependabot
in actions/checkout#1643v4.1.3
... (truncated)
Commits
08c6903
Prepare v5.0.0 release (#2238)9f26565
Update actions checkout to use node 24 (#2226)08eba0b
Prepare release v4.3.0 (#2237)631c7dc
Update package dependencies (#2236)8edcb1b
Update CODEOWNERS for actions (#2224)09d2aca
Update README.md (#2194)85e6279
Adjust positioning of user email note and permissions heading (#2044)009b9ae
Documentation update - add recommended permissions to Readme (#2043)cbb7224
Update README.md (#1977)3b9b8c8
docs: update README.md (#1971)- See full diff in compare view
Updates actions/setup-java
from 4.7.0 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
@salmanmkc
in 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
@HarithaVattikuti
in 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
@gowridurgad
in 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
@priyagupta108
in actions/setup-java#859- Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failures by
@gowridurgad
in actions/setup-java#848New Contributors
@gowridurgad
made their first contribution in actions/setup-java#848@salmanmkc
made their first contribution in actions/setup-java#888Full Changelog: https://github.com/actions/setup-java/compare/v4...v5.0.0
v4.7.1
What's Changed
Documentation changes
- Add Documentation to Recommend Using GraalVM JDK 17 Version to 17.0.12 to Align with GFTC License Terms by
@aparnajyothi-y
in actions/setup-java#704- Remove duplicated GraalVM section in documentation by
@Marcono1234
in actions/setup-java#716Dependency updates:
- Upgrade
@action/cache
from 4.0.0 to 4.0.2 by@aparnajyothi-y
in actions/setup-java#766- Upgrade
@actions/glob
from 0.4.0 to 0.5.0 by@dependabot
in actions/setup-java#744- Upgrade ts-jest from 29.1.2 to 29.2.5 by
@dependabot
in actions/setup-java#743- Upgrade
@action/cache
to 4.0.3 by@aparnajyothi-y
in actions/setup-java#773Full Changelog: https://github.com/actions/setup-java/compare/v4...v4.7.1
Commits
dded088
Bump actions/checkout from 4 to 5 (#896)0913e9a
Upgrade to node 24 (#888)e9343db
Bumps form-data (#887)ae2b61d
Bump undici from 5.28.5 to 5.29.0 (#833)c190c18
Bump eslint-plugin-jest from 27.9.0 to 29.0.1 (#730)67aec00
Fix: prevent default installation of JetBrains pre-releases (#859)ebb356c
Improve Error Handling for Setup-Java Action to Help Debug Intermittent Failu...f4f1212
Update publish-immutable-actions.yml (#798)c5195ef
actions/cache upgrade to 4.0.3 (#773)dd38875
Bump ts-jest from 29.1.2 to 29.2.5 (#743)- Additional commits viewable in compare view
Updates graalvm/setup-graalvm
from 1.3.3 to 1.3.5
Release notes
Sourced from graalvm/setup-graalvm's releases.
v1.3.5
What's Changed
- Update dependencies by
@fniephaus
in graalvm/setup-graalvm#167- Revise
README.md
. by@fniephaus
in graalvm/setup-graalvm#169- Bump the npm-development group with 10 updates by
@dependabot
[bot] in graalvm/setup-graalvm#170- Bump eslint-plugin-jest from 28.12.0 to 29.0.1 by
@dependabot
[bot] in graalvm/setup-graalvm#171- Bump form-data from 2.5.3 to 2.5.5 by
@dependabot
[bot] in graalvm/setup-graalvm#172- Bump version to
1.3.5
. by@fniephaus
in graalvm/setup-graalvm#173Full Changelog: https://github.com/graalvm/setup-graalvm/compare/v1.3.4...v1.3.5
v1.3.4
What's Changed
- Add about arm runners by
@alina-yur
in graalvm/setup-graalvm#153- Test against GraalVM for JDK 24 and 25 EA builds. by
@fniephaus
in graalvm/setup-graalvm#155- Bump the npm-development group with 11 updates by
@dependabot
in graalvm/setup-graalvm#156- Bump the npm-production group with 2 updates by
@dependabot
in graalvm/setup-graalvm#157- Bump the npm-development group with 11 updates by
@dependabot
in graalvm/setup-graalvm#160- Bump
@octokit/types
from 13.10.0 to 14.0.0 by@dependabot
in graalvm/setup-graalvm#161- Bump
@octokit/types
from 14.0.0 to 14.1.0 by@dependabot
in graalvm/setup-graalvm#165- Bump the npm-development group with 11 updates by
@dependabot
in graalvm/setup-graalvm#163- Bump undici from 5.28.5 to 5.29.0 by
@dependabot
in graalvm/setup-graalvm#162New Contributors
@alina-yur
made their first contribution in graalvm/setup-graalvm#153Full Changelog: https://github.com/graalvm/setup-graalvm/compare/v1...v1.3.4
Commits
7f488cf
Bump version to1.3.5
.372a804
Use@actions/github
instead of@octokit/core
.356b5a6
Avoid a warning during testing.6d95698
Upgrade packages.c7293b6
Ensure tests run with token.a13b739
Bump form-data from 2.5.3 to 2.5.57de2d09
Bump eslint-plugin-jest from 28.12.0 to 29.0.1d7feb9d
Bump the npm-development group with 10 updates63e0340
ReviseREADME.md
. (#169)8ea6c1f
Update dependencies- Additional commits viewable in compare view
Updates github/codeql-action
from 3.28.13 to 3.30.0
Release notes
Sourced from github/codeql-action's releases.
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
No user facing changes.
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
No user facing changes.
See the full CHANGELOG.md for more information.
v3.29.8
CodeQL Action Changelog
See the releases page for the relevant changes to the CodeQL CLI and language packs.
3.29.8 - 08 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.0 - 01 Sep 2025
No user facing changes.
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-level
input to theanalyze
Action 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
No user facing changes.
3.29.2 - 30 Jun 2025
... (truncated)
Commits
2d92b76
Merge pull request #3067 from github/update-v3.30.0-92eada825390daaf
Update changelog for v3.30.092eada8
Merge pull request #3033 from github/mbg/ci/rollback-release872a6a4
Addpull-requests: write
permission9389ce0
Merge remote-tracking branch 'origin/main' into mbg/ci/rollback-release02ab253
Merge pull request #3054 from github/henrymercer/bundleb06d325
Add draft release URL to job summary43d629c
Useargparse
inrollback_changelog.py
8f01f5d
Apply suggestions from code review3e493e7
RemoveremoveNPMAbsolutePaths
- Additional commits viewable 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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
+15
-15
Package Dependencies
github/codeql-action
actions
3.28.13 → 3.30.0
Minor
Technical Details
ID: | 6688546 |
UUID: | 2794149586 |
Node ID: | PR_kwDOO8O44c6mi1bS |
Host: | GitHub |
Repository: | DuaMohyyudin/gson-open-source-refactoring-code |
Merge State: | Unknown |