chore(deps): update actions/setup-node action to v6#1444
Merged
gjtorikian merged 1 commit intomainfrom Feb 13, 2026
Merged
Conversation
Contributor
Greptile OverviewGreptile SummaryThis PR updates the Workflows Updated:
Analysis:
No breaking changes or compatibility issues were identified in this update. Confidence Score: 5/5
Important Files ChangedFile Analysis
Sequence DiagramsequenceDiagram
participant Renovate as Renovate Bot
participant Workflows as GitHub Workflows
participant SetupNode as actions/setup-node
participant Node as Node.js Runtime
Note over Renovate,Node: Dependency Update: actions/setup-node v4 → v6
Renovate->>Workflows: Update 4 workflow files
Note over Workflows: ci.yml (Node 16,18,20,22)<br/>coana-guardrail.yml (Node 20.x)<br/>fix-latest.yml (Node 18)<br/>release.yml (Node 24)
rect rgb(240, 248, 255)
Note over Workflows,Node: CI Workflow Execution
Workflows->>SetupNode: Setup Node (matrix: 16,18,20,22)
SetupNode->>Node: Install & configure Node versions
Node-->>Workflows: Ready for testing
Workflows->>Workflows: Run tests, lint, build
end
rect rgb(255, 248, 240)
Note over Workflows,Node: Release Workflow Execution
Workflows->>SetupNode: Setup Node 24
SetupNode->>Node: Install Node 24 (npm 11+)
Node-->>Workflows: Ready with Trusted Publishers support
Workflows->>Workflows: Run tests
Workflows->>Workflows: Publish to NPM with provenance
end
Note over Renovate,Node: ✓ No breaking changes<br/>✓ All configurations compatible<br/>✓ Safe to merge
|
24d705a to
ae9beec
Compare
d5fd857 to
e0af93b
Compare
6bfe8b5 to
3084f97
Compare
3084f97 to
0ebe95f
Compare
gjtorikian
approved these changes
Feb 13, 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.
This PR contains the following updates:
v4→v6Release Notes
actions/setup-node (actions/setup-node)
v6Compare Source
v5Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.