Skip to content

chore(deps): update jdx/mise-action action to v4.2.0#698

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/jdx-mise-action-4.x
Jun 26, 2026
Merged

chore(deps): update jdx/mise-action action to v4.2.0#698
renovate[bot] merged 1 commit into
mainfrom
renovate/jdx-mise-action-4.x

Conversation

@renovate

@renovate renovate Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
jdx/mise-action action minor v4.1.0v4.2.0

Release Notes

jdx/mise-action (jdx/mise-action)

v4.2.0: : Bootstrap mode & wget fallback

Compare Source

This release adds an opt-in bootstrap mode for projects that use mise bootstrap, and makes the action work on runner images that ship wget but not curl.

Added

Bootstrap mode (#​522) by @​jdx

Three new inputs let the action drive mise bootstrap instead of mise install:

- uses: jdx/mise-action@v4
  with:
    bootstrap: true
    bootstrap_skip: "tools,task"   # comma-separated parts to skip
    bootstrap_args: "--yes"        # extra args forwarded to mise bootstrap
  • When bootstrap: true, the action runs mise bootstrap under the existing install gate and sets MISE_EXPERIMENTAL=1 automatically.
  • If a repo mise lock file is present, it runs mise --locked bootstrap, matching the auto-lock behavior introduced for mise install in v4.1.0.
  • install_args cannot be combined with bootstrap: true — the action fails fast and tells you to use bootstrap_skip / bootstrap_args instead, because full bootstrap doesn't support partial tool install args.
  • A new {{bootstrap_hash}} template variable is included in the default cache key (and available in custom cache_key templates) so bootstrap and non-bootstrap configurations don't share caches.

bootstrap_skip relies on mise bootstrap --skip from jdx/mise#10497, so make sure you're on a recent mise version if you use it.

Fixed

  • Fall back to wget when curl is unavailable (#​521) by @​risu729 — The action used to hard-code curl for fetching the mise binary, tar/zip archives, and the latest VERSION lookup, which broke on minimal runner images that only ship wget. It now prefers curl and transparently falls back to wget, preserving the streaming download | tar fast path for .tar.gz and .tar.zst installs on Linux/macOS. Proxy support is unchanged — both tools honor HTTP_PROXY/HTTPS_PROXY. Addresses jdx/mise#10488.

Documentation

Full Changelog: jdx/mise-action@v4.1.0...v4.2.0


Configuration

📅 Schedule: (in timezone America/Chicago)

  • Branch creation
    • Only on Friday (* * * * 5)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) June 26, 2026 08:03
@greptile-apps

greptile-apps Bot commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

PR author is in the excluded authors list.

@renovate
renovate Bot merged commit ca5eb38 into main Jun 26, 2026
6 checks passed
@renovate
renovate Bot deleted the renovate/jdx-mise-action-4.x branch June 26, 2026 08:05
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Jul 9, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [usage](https://github.com/jdx/usage) | patch | `3.5.2` → `3.5.4` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>jdx/usage (usage)</summary>

### [`v3.5.4`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#354---2026-07-06)

[Compare Source](jdx/usage@v3.5.3...v3.5.4)

##### 🐛 Bug Fixes

- **(complete)** skip unreadable files in fish shebang completion scan by [@&#8203;GrantD-ADSK](https://github.com/GrantD-ADSK) in [#&#8203;707](jdx/usage#707)

##### 🔍 Other Changes

- Enable Entire for Codex by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;695](jdx/usage#695)
- Update sponsor references for jdx.dev by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;702](jdx/usage#702)
- use release backends for cargo tools by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;709](jdx/usage#709)

##### 📦️ Dependency Updates

- update jdx/mise-action action to v4.2.0 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;698](jdx/usage#698)
- update rust-lang/crates-io-auth-action action to v1.0.5 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;697](jdx/usage#697)
- update rust crate itertools to 0.15 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;699](jdx/usage#699)
- update actions/checkout action to v7 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;700](jdx/usage#700)
- lock file maintenance by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;701](jdx/usage#701)
- update zizmorcore/zizmor-action action to v0.5.7 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;704](jdx/usage#704)
- update dependency cargo-binstall to v1.20.1 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;703](jdx/usage#703)
- update rust crate tera to v2 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;705](jdx/usage#705)
- lock file maintenance by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;708](jdx/usage#708)

##### New Contributors

- [@&#8203;GrantD-ADSK](https://github.com/GrantD-ADSK) made their first contribution in [#&#8203;707](jdx/usage#707)

### [`v3.5.3`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#353---2026-06-23)

[Compare Source](jdx/usage@v3.5.2...v3.5.3)

##### 🐛 Bug Fixes

- **(docs)** show negated flags in cli help by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;694](jdx/usage#694)
- **(zsh)** preserve options for default completion by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;693](jdx/usage#693)

##### 📦️ Dependency Updates

- update jdx/pr-closer action to v1.1.0 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;689](jdx/usage#689)
- lock file maintenance lockfile maintenance by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;691](jdx/usage#691)

</details>

---

### Configuration

📅 **Schedule**: (UTC)

- Branch creation
  - At any time (no schedule defined)
- Automerge
  - At any time (no schedule defined)

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Mend Renovate](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNTYuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI1Ni4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJSZW5vdmF0ZSBCb3QiLCJhdXRvbWF0aW9uOmJvdC1hdXRob3JlZCIsImRlcGVuZGVuY3ktdHlwZTo6cGF0Y2giXX0=-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants