Bump the github group across 1 directory with 4 updates - #92
Bump the github group across 1 directory with 4 updates#92dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the github group with 4 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python), [actions/setup-node](https://github.com/actions/setup-node) and [actions/github-script](https://github.com/actions/github-script). Updates `actions/checkout` from 6 to 7 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) Updates `actions/setup-node` from 6 to 7 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v6...v7) Updates `actions/github-script` from 8 to 9 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v8...v9) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/setup-node dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com>
🔵 Review postedLast updated: 2026-08-01 01:01 UTC |
rtibblesbot
left a comment
There was a problem hiding this comment.
PR #92 — grouped Dependabot bump of four first-party GitHub Actions across 12 workflow files. All CI/development dependencies (no production runtime code).
| Action | From → To | Semver |
|---|---|---|
actions/checkout |
v6 → v7 | major |
actions/setup-python |
v6 → v7 | major |
actions/setup-node |
v6 → v7 | major |
actions/github-script |
v8 → v9 | major |
Breaking changes, and why none apply here:
- checkout v7 — blocks checking out a fork PR under
pull_request_target/workflow_run(#2454). The guard is reachable (this repo has fourpull_request_targetcallers), but it only throws when the checkout targets the PR head repo, arefs/pull/*ref, or a PR head SHA. Every checkout step here isrepository: learningequality/.githubwithref: mainor no ref — none matches, so noallow-unsafe-pr-checkoutis needed.@v7currently resolves to v7.0.1. - github-script v9 —
require('@actions/github')no longer works (ESM-only), andgetOctokitis now an injected parameter soconst getOctokit = …is aSyntaxError. Neither pattern exists: no script referencesgetOctokitor imports@actions/github(requires are local./constants/./utilsplusgoogleapis). Plainrequirestill works. 11 of 12 workflows were already on v9 with the identicalrequire('./scripts/x.js')pattern and are green. - setup-python v7 — removes the
pip-installinput.community-contribution-label.ymlinstalls via a separaterunstep; unaffected. - setup-node v7 — removes the dummy
NODE_AUTH_TOKENexport. No workflow references it.cache: 'yarn'andnode-version: 20behave the same.
No security fixes, no new peer dependencies, no code migration required. All 24 checkout/setup-node/setup-python refs and all 12 github-script refs are on the new majors — no stragglers. This bump also brings good-first-issue-comment.yml (added after the org-wide v9 bump in 33c5913) off github-script@v8, so all 12 workflows now share one Octokit major — worth having, since they share scripts/utils.js and scripts/constants.js.
CI: passing, but it exercises none of the changed files. Every check here is a Call shared workflow / … job, and all the callers pin the reusable workflow to @main; the pull_request_target/issues/issue_comment triggers resolve workflow files from the base branch regardless. The green "Check if user is contributor" job ran is-contributor.yml from main, still on checkout@v6/setup-node@v6. No run on this branch has ever loaded @v7 or github-script@v9. Merge is the first execution, and these workflows are consumed org-wide, so a failure lands straight in production automation. If you want signal first, temporarily point one caller (e.g. call-contributor-pr-reply.yml) at @dependabot/github_actions/github-2da0d8560b, trigger it, and revert.
Not blocking — the compatibility analysis above is from reading the upstream sources, and nothing in the changed files trips a documented breaking change.
@rtibblesbot's comments are generated by an LLM, and should be evaluated accordingly
How was this generated?
Ran a dependency-update review pipeline over the version bump:
- Classified the bump by semver (patch / minor / major) and dependency type (production vs. development)
- Extracted the changelog and release notes across the version range
- Assessed compatibility with this project's usage and whether any code changes are required
- Treated CI as the primary safety net
- Scaled the review depth to the update's risk
- Chose the verdict from semver risk, changelog findings, and CI status
Bumps the github group with 4 updates in the / directory: actions/checkout, actions/setup-python, actions/setup-node and actions/github-script.
Updates
actions/checkoutfrom 6 to 7Release notes
Sourced from actions/checkout's releases.
... (truncated)
Changelog
Sourced from actions/checkout's changelog.
... (truncated)
Commits
3d3c42eprep v7.0.1 release (#2531)2880268escape values passed to --unset (#2530)12cd223trim only ascii whitespace for branch (#2521)62661c4skip running unsafe pr check if input is default (#2518)e8d4307Bump the minor-actions-dependencies group with 2 updates (#2499)631c942eslint 9 (#2474)4f1f4aeBump actions/upload-artifact from 4 to 7 (#2476)ba09753Bump actions/checkout from 6 to 7 (#2488)b9e0990Bump docker/login-action from 3.3.0 to 4.2.0 (#2479)e8cb398Bump docker/build-push-action from 6.5.0 to 7.2.0 (#2478)Updates
actions/setup-pythonfrom 6 to 7Release notes
Sourced from actions/setup-python's releases.
... (truncated)
Commits
5fda3b9Pin SHA commits and update docs with latest versions (#1338)4ab7e95Merge pull request #1337 from actions/philip-gai/bump-actions-cache-6-2-00f3a009Remove the pip-install input (#1336)f8cf429Migrate to ESM and upgrade dependencies (#1330)54baeeaValidate and retry manifest fetch to prevent silent failures (#1332)c709277Annotation code fix (#1335)6849080remove EOL Python versions and Bumps numpy text fixture (#1333)0903b46Bump certifi from 2020.6.20 to 2024.7.4 in /tests/data (#1328)Updates
actions/setup-nodefrom 6 to 7Release notes
Sourced from actions/setup-node's releases.
... (truncated)
Commits
8207627Migrate to ESM and upgrade dependencies (#1574)04be95cAdd cache-primary-key and cache-matched-key as outputs (#1577)7c2c68ddocs: Update caching recommendations to mitigate cache poisoning risks (#1567)6a61c03Merge pull request #1569 from jasongin/update-actions-cache-5.1.030eb73bResolve high-severity audit issues4e1a87aUpdate dist360237fStrict equality4f8aac5Bump@actions/cacheto 5.1.0, log cache write deniedf4a67bbOnly usemirrorTokeningetManifestif it's provided (#1548)0355742Remove dummy NODE_AUTH_TOKEN export (#1558)Updates
actions/github-scriptfrom 8 to 9Release notes
Sourced from actions/github-script's releases.
Commits
3a2844bMerge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...ca10bbdfix: use@octokit/core/types import for v7 compatibility86e48e2merge: incorporate main branch changesc108472chore: rebuild dist for v9 upgrade and getOctokit factoryafff112Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...ff8117eci: fix user-agent test to handle orchestration ID81c6b78ci: use deployment: false to suppress deployment noise from integration tests3953cafdocs: update README examples from@v8to@v9, add getOctokit docs and v9 brea...c17d55bci: add getOctokit integration test joba047196test: add getOctokit integration tests via callAsyncFunctionDependabot 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 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