Skip to content

Bump kosli-dev/setup-cli-action from 2 to 3#750

Merged
mbevc1 merged 1 commit intomainfrom
dependabot/github_actions/kosli-dev/setup-cli-action-3
Mar 31, 2026
Merged

Bump kosli-dev/setup-cli-action from 2 to 3#750
mbevc1 merged 1 commit intomainfrom
dependabot/github_actions/kosli-dev/setup-cli-action-3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 31, 2026

Bumps kosli-dev/setup-cli-action from 2 to 3.

Release notes

Sourced from kosli-dev/setup-cli-action's releases.

v3.0.0

Action now requires Node24

v2.0.12

No release notes provided.

v2.0.11

What's Changed

New Contributors

Full Changelog: https://github.com/kosli-dev/setup-cli-action/commits/v2.0.11

v2.0.10

What's Changed

bump default CLI version to v2.11.34

v2.0.9

What's Changed

bump default CLI version to v2.11.32

v2.0.8

What's Changed

New Contributors

Full Changelog: https://github.com/kosli-dev/setup-cli-action/commits/v2.0.8

v2.0.7

No release notes provided.

v2.0.6

No release notes provided.

v2.0.5

No release notes provided.

v2.0.4

upgrade to node20

v2.0.3

No release notes provided.

v2.0.2

No release notes provided.

... (truncated)

Commits
  • d4e28a6 Automatic compilation
  • 103b91e Merge pull request #5 from kosli-dev/update_nodejs
  • c2a17ad Merge pull request #9 from kosli-dev/update-readme-for-v3
  • 8e99697 Update the README to reference v3 of this action
  • 2f5bb3e Merge pull request #8 from kosli-dev/dependabot/github_actions/JasonEtco/buil...
  • a5847dd Bump JasonEtco/build-and-tag-action from 1 to 2
  • 7d1457b Merge pull request #7 from kosli-dev/mbevc1-patch-1
  • 9a0cd00 chore: Add Dependabot configuration for updates
  • 2d92ef7 Merge pull request #6 from kosli-dev/upgrade-checkout-to-node24
  • 98ee70f Upgrade to v6 of the actions/checkout action
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github-actions labels Mar 31, 2026
@claude
Copy link
Copy Markdown
Contributor

claude bot commented Mar 31, 2026

Claude finished @dependabot[bot]'s task in 1m 16s —— View job


Dependency Upgrade Review: kosli-dev/setup-cli-action v2 → v3

  • Identify changed dependencies and review release notes
  • Inspect workflow file changes
  • Search for usage patterns and assess breakage risk
  • Post review summary

Dependency Changed

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:

  1. No interface changes — The action still accepts the same version input. No inputs were added, removed, or renamed between v2 and v3.
  2. Node 24 runtime — GitHub-hosted runners already support Node 24. This is purely an internal runtime upgrade for the action itself, transparent to consumers.
  3. Mechanical change — Every diff line is an identical @v2@v3 substitution with no surrounding modifications.
  4. 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
Copy link
Copy Markdown
Contributor

mbevc1 commented Mar 31, 2026

@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>
@dependabot dependabot bot force-pushed the dependabot/github_actions/kosli-dev/setup-cli-action-3 branch from 100e081 to 790dfde Compare March 31, 2026 16:35
@mbevc1 mbevc1 enabled auto-merge (squash) March 31, 2026 16:36
@mbevc1 mbevc1 merged commit d8bfa54 into main Mar 31, 2026
11 checks passed
@mbevc1 mbevc1 deleted the dependabot/github_actions/kosli-dev/setup-cli-action-3 branch March 31, 2026 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant