chore(deps): update actions/checkout action to v7 - #642
Open
renovate[bot] wants to merge 1 commit into
Open
renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
Branch automerge failureThis PR was configured for branch automerge. However, this is not possible, so it has been raised as a PR instead.
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
emmanuel
added a commit
to pelotech/pgtyped
that referenced
this pull request
Sep 10, 2026
Adopts upstream PR adelsz#642 across all three workflows, and takes the pnpm action with it. Both are pure runtime bumps for a consumer: `action.yml` for checkout v5 and v7 declares an identical set of inputs and outputs, and pnpm/action-setup v4 and v6 likewise, differing only in `using: node20` → `node24`. checkout v6 moved the token out of `.git/config` into a separate credential file, and v7 refuses to check out a fork's head for `pull_request_target` and `workflow_run`; nothing here reads git credentials or uses either trigger. Two actions are deliberately left behind, because both majors change behaviour rather than just the runtime: - `actions/setup-node@v4` is three majors behind. v5 caches automatically when `package.json` has a `packageManager` field — which this repo has — and v6 then narrowed that to npm only. Every workflow here already passes `cache: 'pnpm'`, so the interaction needs to be worked out rather than assumed. - `googleapis/release-please-action@v4` is one major behind. v5 is a node24 bump, but it carries release-please 17.3.0 → 17.6.0 with it, and this is the one workflow whose first real run is on master.
emmanuel
added a commit
to pelotech/pgtyped
that referenced
this pull request
Sep 10, 2026
adelsz#580, adelsz#624 and adelsz#642 move out of "Worth adopting from upstream" into "Fixed on this branch", keeping their reproductions and gaining what was actually done. Three things each entry now records that the original did not: for adelsz#580, that upstream's constructor-argument mechanism was rejected in favour of reading the name off the IR, and the tag limit found while doing it — an unnamed tag reports the placeholder `queryName` of `'query'`, because codegen derives a tag's name at generation time and it never reaches the emitted query; for adelsz#624, that pg18 was re-verified on the current tree rather than trusted from the first pass, and that the CI matrix the entry wanted is a workflow change rather than an image tag; for adelsz#642, why `actions/setup-node` and `googleapis/release-please-action` are left behind while `pnpm/action-setup` was bumped alongside checkout. Cross-references follow: adelsz#522 leaves "Unimplemented feature requests", the "Not applicable" note on adelsz#580's mechanism points at what replaced it, the adelsz#624 line in "What was not verified" says the gap survived a second run, and the index marks all four numbers.
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.
This PR contains the following updates:
v5→v7Release Notes
actions/checkout (actions/checkout)
v7.0.1Compare Source
v7.0.0Compare Source
v6.1.0Compare Source
v6.0.3Compare Source
v6.0.2Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.