Update cloudposse-github-actions/get-pr action to v3 - #179
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
|
Important Cloud Posse Engineering Team Review RequiredThis pull request modifies files that require Cloud Posse's review. Please be patient, and a core maintainer will review your changes. To expedite this process, reach out to us on Slack in the |
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:
v2→v3Release Notes
cloudposse-github-actions/get-pr (cloudposse-github-actions/get-pr)
v3.1.0Compare Source
fix: update js-yaml transitive dep from 3.14.1 to 3.15.0 to unblock Dependabot security job @[copilot-swe-agent[bot]](https://redirect.github.com/apps/copilot-swe-agent) (#31)
Dependabot's security update job was failing with `security_update_not_possible` for `js-yaml` — it correctly identified the vulnerable `3.14.1` as installed but couldn't resolve a fix due to apparent conflicts with the `^4.1.0` requirement from `eslint`.Root cause
js-yaml@3.14.1was pulled in transitively via:This is independent of the direct
js-yaml@^4.3.0devDependency, but Dependabot's resolver treated the^4.xrequirement fromeslintas a blocker for the^3.xrange update.Change
yarn.lock: Pinnedjs-yaml@^3.13.1resolution to3.15.0(lowest non-vulnerable 3.x release per Dependabot's own advisory data). Added theesprima "^4.0.0"dependency that3.15.0introduces (already present in the lockfile from other packages).v3.0.0Compare Source
Upgrade action runtime from Node 20 to Node 24 @[copilot-swe-agent[bot]](https://redirect.github.com/apps/copilot-swe-agent) (#30)
Node 20 reaches end-of-life in April 2026; this upgrades the action and local toolchain to Node 24.Changes
action.yml:using: node20→using: node24.node-version/.nvmrc: pinned to24.18.0/v24package.json:engines.noderaised to>=24;@types/nodebumped to^24.0.0yarn.lock: updated for new@types/nodedist/: rebuilt withnccv3Compare Source
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, 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.