Conversation
…updates Bumps the github-actions group with 3 updates in the / directory: [actions/setup-node](https://github.com/actions/setup-node), [actions/github-script](https://github.com/actions/github-script) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/setup-node` from 3.9.1 to 6.3.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@3235b87...53b8394) Updates `actions/github-script` from 7.1.0 to 8.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@f28e40c...ed59741) Updates `github/codeql-action` from 3.35.1 to 4.35.1 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@5c8a8a6...c10b806) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: 6.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/github-script dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: github/codeql-action dependency-version: 4.35.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
wochinge
approved these changes
Mar 31, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Bumps the github-actions group with 3 updates in the / directory: actions/setup-node, actions/github-script and github/codeql-action.
Updates
actions/setup-nodefrom 3.9.1 to 6.3.0Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
53b8394Bump minimatch from 3.1.2 to 3.1.5 (#1498)54045abScope test lockfiles by package manager and update cache tests (#1495)c882bffReplace uuid with crypto.randomUUID() (#1378)774c1d6feat(node-version-file): support parsingdevEnginesfield (#1283)efcb663fix: remove hardcoded bearer (#1467)d02c89dFix npm audit issues (#1491)6044e13Docs: bump actions/checkout from v5 to v6 (#1468)8e49463Fix README typo (#1226)621ac41README.md: bump to latest released checkout version v6 (#1446)2951748Bump@actions/cacheto v5.0.1 (#1449)Updates
actions/github-scriptfrom 7.1.0 to 8.0.0Release notes
Sourced from actions/github-script's releases.
Commits
ed59741Merge pull request #653 from actions/sneha-krip/readme-for-v82dc352eBold minimum Actions Runner version in README01e118cUpdate README for Node 24 runtime requirements8b222acApply suggestion from@salmanmkcadc0eeaREADME for updating actions/github-script from v7 to v820fe497Merge pull request #637 from actions/node24e7b7f22update licenses2c81ba0Update Node.js version support to 24.xUpdates
github/codeql-actionfrom 3.35.1 to 4.35.1Release notes
Sourced from github/codeql-action's releases.
... (truncated)
Changelog
Sourced from github/codeql-action's changelog.
... (truncated)
Commits
5cc552fMerge pull request #3768 from github/dependabot/npm_and_yarn/npm-minor-3536e7...6b1a9f2Merge branch 'main' into dependabot/npm_and_yarn/npm-minor-3536e7c6f09d3ec57Merge pull request #3770 from github/dependabot/github_actions/dot-github/wor...3ff82aaMerge pull request #3575 from github/mbg/ts/sync-checks4bdd4e7Merge pull request #3554 from github/sam-robson/overlay-include-diff23a0098fix: improve error handling and logging for diff range path resolutionea7b090Rebuilda663d01Bump ruby/setup-rubyb659882Bump the npm-minor group with 5 updatesd5bb39frefactor: single source of truth for getDiffRangesJsonFilePath and simplified...You can trigger a rebase of this PR 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 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 conditionsDisclaimer: Experimental PR review
Greptile Summary
This PR is a routine dependabot-generated bump of three GitHub Actions dependencies, updating SHA-pinned action references across three workflow files with no functional logic changes.
ci.yml:actions/setup-nodebumped from v3 → v6.3.0. The step only specifiesnode-version: 24with no auth or caching inputs, so none of the breaking changes introduced across v4/v5/v6 apply here.claude-review-maintainer-prs.yml:actions/github-scriptbumped from v7.1.0 → v8.0.0 (Node.js 24 runtime). All scripts exclusively use stable Octokit REST methods (github.rest.repos.getCollaboratorPermissionLevel,github.rest.issues.createComment,github.paginate) andcoreutilities that have no breaking changes in v8.codeql.yml: Bothgithub/codeql-action/initandgithub/codeql-action/analyzebumped from v3 → v4.35.1. The Python-only analysis matrix withbuild-mode: noneis fully compatible with v4, which now uses a Node.js 20 runtime and ships an updated CodeQL bundle.Confidence Score: 5/5
This PR is safe to merge — all changes are routine SHA-pinned dependency bumps with no functional logic changes.
All three files contain only action version bumps generated by dependabot. Each updated action is SHA-pinned (with a version comment), which is the correct security practice. The usage patterns in each workflow are unaffected by the breaking changes introduced in the respective major version jumps. No custom code or workflow logic has been modified.
No files require special attention.
Important Files Changed
Flowchart
%%{init: {'theme': 'neutral'}}%% flowchart TD A[Dependabot bump] --> B[ci.yml] A --> C[claude-review-maintainer-prs.yml] A --> D[codeql.yml] B --> B1["actions/setup-node\nv3 → v6.3.0\nnode-version: 24"] C --> C1["actions/github-script\nv7.1.0 → v8.0.0\nNode 20→24 runtime"] C --> C2["actions/github-script\nv7.1.0 → v8.0.0\n(second usage)"] D --> D1["codeql-action/init\nv3 → v4.35.1"] D --> D2["codeql-action/analyze\nv3 → v4.35.1"] B1 --> OK1[No breaking changes for node-version-only usage] C1 --> OK2[Stable Octokit REST API unchanged in v8] C2 --> OK2 D1 --> OK3[Python/build-mode:none fully compatible with v4] D2 --> OK3Reviews (1): Last reviewed commit: "chore(deps): bump the github-actions gro..." | Re-trigger Greptile