Bump kosli-dev/setup-cli-action from 2 to 3#750
Merged
Conversation
Contributor
|
Claude finished @dependabot[bot]'s task in 1m 16s —— View job Dependency Upgrade Review:
|
| Dependency | From | To | Semver | Breaking? |
|---|---|---|---|---|
kosli-dev/setup-cli-action |
v2 | v3 | Major | Yes (Node runtime) |
Release Notes Summary
The only change in v3 is upgrading the GitHub Action's runtime from Node 20 to Node 24. This is an internal runtime change — the action's interface (inputs/outputs) is unchanged.
Usage Analysis
All 8 usages across 5 workflow files follow the identical pattern:
uses: kosli-dev/setup-cli-action@v3
with:
version: ${{ vars.KOSLI_CLI_VERSION }}No other inputs are used — only version. The with: blocks are unchanged in this PR, which is correct since the action's input interface hasn't changed.
Risk Assessment
Low risk. Here's why:
- No interface changes — The action still accepts the same
versioninput. No inputs were added, removed, or renamed between v2 and v3. - Node 24 runtime — GitHub-hosted runners already support Node 24. This is purely an internal runtime upgrade for the action itself, transparent to consumers.
- Mechanical change — Every diff line is an identical
@v2→@v3substitution with no surrounding modifications. - CI is running — The "Main" workflow is currently in progress on this branch, which will validate the action works correctly with v3.
Recommendation
Safe to merge once CI passes. No follow-up changes or tests needed — this is a straightforward runtime upgrade with no behavioral changes for consumers of the action.
mbevc1
approved these changes
Mar 31, 2026
Contributor
|
@dependabot rebase |
Bumps [kosli-dev/setup-cli-action](https://github.com/kosli-dev/setup-cli-action) from 2 to 3. - [Release notes](https://github.com/kosli-dev/setup-cli-action/releases) - [Commits](kosli-dev/setup-cli-action@v2...v3) --- updated-dependencies: - dependency-name: kosli-dev/setup-cli-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
100e081 to
790dfde
Compare
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.
Bumps kosli-dev/setup-cli-action from 2 to 3.
Release notes
Sourced from kosli-dev/setup-cli-action's releases.
... (truncated)
Commits
d4e28a6Automatic compilation103b91eMerge pull request #5 from kosli-dev/update_nodejsc2a17adMerge pull request #9 from kosli-dev/update-readme-for-v38e99697Update the README to reference v3 of this action2f5bb3eMerge pull request #8 from kosli-dev/dependabot/github_actions/JasonEtco/buil...a5847ddBump JasonEtco/build-and-tag-action from 1 to 27d1457bMerge pull request #7 from kosli-dev/mbevc1-patch-19a0cd00chore: Add Dependabot configuration for updates2d92ef7Merge pull request #6 from kosli-dev/upgrade-checkout-to-node2498ee70fUpgrade to v6 of the actions/checkout action