A small maintenance release that updates the README documentation to reflect v4 and cleans up internal code. There are no functional changes to the action itself.
Changed
Updated all README examples to reference jdx/mise-action@v4, actions/checkout@v6, and current tool versions by @deining in #407 and #408
Extracted getCwd() helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by @altendky in #403
A major version bump that updates the action's runtime from Node.js 20 to Node.js 24. GitHub has deprecated Node.js 20 for Actions and will force Node.js 24 as the default starting June 2, 2026. This release proactively adopts the new runtime to eliminate deprecation warnings and ensure continued compatibility.
Breaking Changes
The action now runs on the Node.js 24 runtime instead of Node.js 20. If your workflow pins jdx/mise-action@v3, you will continue to see deprecation warnings. Update to jdx/mise-action@v4 to resolve them:
- uses:jdx/mise-action@v4
This should be a seamless upgrade for the vast majority of users — no configuration changes are needed beyond updating the version reference.
Changed
Updated GitHub Actions runtime from Node.js 20 to Node.js 24 by @tumerorkun in #395 (fixes #394)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [https://github.com/jdx/mise-action](https://github.com/jdx/mise-action) | action | major | `v3.6.2` → `v4.0.1` |
---
### Release Notes
<details>
<summary>jdx/mise-action (https://github.com/jdx/mise-action)</summary>
### [`v4.0.1`](https://github.com/jdx/mise-action/releases/tag/v4.0.1): : Documentation and Internal Cleanup
[Compare Source](https://github.com/jdx/mise-action/compare/v4.0.0...v4.0.1)
A small maintenance release that updates the README documentation to reflect v4 and cleans up internal code. There are no functional changes to the action itself.
#### Changed
- Updated all README examples to reference `jdx/mise-action@v4`, `actions/checkout@v6`, and current tool versions by [@​deining](https://github.com/deining) in [#​407](https://github.com/jdx/mise-action/pull/407) and [#​408](https://github.com/jdx/mise-action/pull/408)
- Extracted `getCwd()` helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by [@​altendky](https://github.com/altendky) in [#​403](https://github.com/jdx/mise-action/pull/403)
#### New Contributors
- [@​deining](https://github.com/deining) made their first contribution in [#​407](https://github.com/jdx/mise-action/pull/407)
**Full Changelog**: <https://github.com/jdx/mise-action/compare/v4.0.0...v4.0.1>
### [`v4.0.0`](https://github.com/jdx/mise-action/releases/tag/v4.0.0): : Node.js 24 Runtime
[Compare Source](https://github.com/jdx/mise-action/compare/v3.6.3...v4.0.0)
A major version bump that updates the action's runtime from Node.js 20 to Node.js 24. GitHub has deprecated Node.js 20 for Actions and will force Node.js 24 as the default starting June 2, 2026. This release proactively adopts the new runtime to eliminate deprecation warnings and ensure continued compatibility.
#### Breaking Changes
- The action now runs on the **Node.js 24** runtime instead of Node.js 20. If your workflow pins `jdx/mise-action@v3`, you will continue to see deprecation warnings. Update to `jdx/mise-action@v4` to resolve them:
```yaml
- uses: jdx/mise-action@v4
```
This should be a seamless upgrade for the vast majority of users — no configuration changes are needed beyond updating the version reference.
#### Changed
- Updated GitHub Actions runtime from Node.js 20 to Node.js 24 by [@​tumerorkun](https://github.com/tumerorkun) in [#​395](https://github.com/jdx/mise-action/pull/395) (fixes [#​394](https://github.com/jdx/mise-action/issues/394))
#### New Contributors
- [@​tumerorkun](https://github.com/tumerorkun) made their first contribution in [#​395](https://github.com/jdx/mise-action/pull/395)
**Full Changelog**: <https://github.com/jdx/mise-action/compare/v3...v4.0.0>
### [`v3.6.3`](https://github.com/jdx/mise-action/releases/tag/v3.6.3)
[Compare Source](https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3)
#### What's Changed
- fix: pass cwd to all exec calls in exportMiseEnv() by [@​andrewthauer](https://github.com/andrewthauer) in [#​390](https://github.com/jdx/mise-action/pull/390)
- chore: release v3.6.3 by [@​mise-en-dev](https://github.com/mise-en-dev) in [#​391](https://github.com/jdx/mise-action/pull/391)
#### New Contributors
- [@​andrewthauer](https://github.com/andrewthauer) made their first contribution in [#​390](https://github.com/jdx/mise-action/pull/390)
**Full Changelog**: <https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3>
</details>
---
### 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 becomes conflicted, or you tick the rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box
---
This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My43Ny44IiwidXBkYXRlZEluVmVyIjoiNDMuOTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
This PR contains the following updates:
v3.6.2→v4.0.1Release Notes
jdx/mise-action (https://github.com/jdx/mise-action)
v4.0.1: : Documentation and Internal CleanupCompare Source
A small maintenance release that updates the README documentation to reflect v4 and cleans up internal code. There are no functional changes to the action itself.
Changed
jdx/mise-action@v4,actions/checkout@v6, and current tool versions by @deining in #407 and #408getCwd()helper to deduplicate working directory resolution logic (internal refactor, no behavior change) by @altendky in #403New Contributors
Full Changelog: https://github.com/jdx/mise-action/compare/v4.0.0...v4.0.1
v4.0.0: : Node.js 24 RuntimeCompare Source
A major version bump that updates the action's runtime from Node.js 20 to Node.js 24. GitHub has deprecated Node.js 20 for Actions and will force Node.js 24 as the default starting June 2, 2026. This release proactively adopts the new runtime to eliminate deprecation warnings and ensure continued compatibility.
Breaking Changes
The action now runs on the Node.js 24 runtime instead of Node.js 20. If your workflow pins
jdx/mise-action@v3, you will continue to see deprecation warnings. Update tojdx/mise-action@v4to resolve them:This should be a seamless upgrade for the vast majority of users — no configuration changes are needed beyond updating the version reference.
Changed
New Contributors
Full Changelog: https://github.com/jdx/mise-action/compare/v3...v4.0.0
v3.6.3Compare Source
What's Changed
New Contributors
Full Changelog: https://github.com/jdx/mise-action/compare/v3.6.2...v3.6.3
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 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 has been generated by Renovate Bot.
1f3ec6da88to0b10385728