-
Notifications
You must be signed in to change notification settings - Fork 44
chore(deps): update actions/setup-node action to v6 #1444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
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
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No files reviewed, no comments
b5fb866 to
24d705a
Compare
24d705a to
ae9beec
Compare
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.