Skip to content

chore(deps): update jdx/mise-action digest to 5228313#146

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/jdx-mise-action-digest
Mar 7, 2026
Merged

chore(deps): update jdx/mise-action digest to 5228313#146
renovate[bot] merged 1 commit intomainfrom
renovate/jdx-mise-action-digest

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Mar 7, 2026

This PR contains the following updates:

Package Type Update Change
jdx/mise-action (changelog) action digest 6d1e6965228313

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, 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.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 7, 2026

decaf

Running deployments in test mode. Results will appear below.
If this pull request and all of it's parent pull requests are merged using the...

...🟩 squash 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed.

Learn more
Latest release: 0.11.1
Commit of latest release: 74aa739

Commits since last release:
- chore(deps): update jdx/mise-action digest to 5228313

This PR contains the following updates:

Package Type Update Change
jdx/mise-action (changelog) action digest 6d1e6965228313

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone America/Chicago, 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.


  • <!-- rebase-check -->If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My41OS4wIiwidXBkYXRlZEluVmVyIjoiNDMuNTkuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
- chore(deps): pin jdx/mise-action action to 6d1e696 (#145)

This PR contains the following updates:

Package Type Update Change
jdx/mise-action
action pinDigest 6d1e696

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.


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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update actions/upload-artifact action to v7 (#143)

This PR contains the following updates:

Package Type Update Change

|
actions/upload-artifact
| action | major | v6v7 |


Release Notes

actions/upload-artifact (actions/upload-artifact)

v7

Compare
Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.


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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update dependency deno to v2.7.1 (#142)

This PR contains the following updates:

Package Update Change
deno minor 2.6.10
2.7.1

Release Notes

denoland/deno (deno)

v2.7.1

Compare
Source

v2.7.0

Compare
Source

Read more: http://deno.com/blog/v2.7

  • feat(audit): add --ignore flag to filter advisories by CVE ID
    (#​32221)
  • feat(check): add --check-js flag
    (#​32235)
  • feat(cli): add --save-exact/--exact flag to deno add and
    install

(#​31977)

  • feat(cli): add deno create command
    (#​32225)
  • feat(compile): add --self-extracting flag
    (#​32227)
  • feat(config): support include and exclude in deploy config
    (#​32254)
  • feat(ext/bundle): Add --keep-names flag
    (#​32285)
  • feat(ext/web): add brotli support to CompressionStream and
    DecompressionStream
    (#​32028)
  • feat(fmt): add --fail-fast flag to deno fmt --check
    (#​31438)
  • feat(fs): add tryLock(exclusive?: boolean): Promise to FsFile

(#​31848)

  • feat(install): support --node-modules-dir for -g and use a manual
    node_modules dir for installing npm: specifiers
    (#​32302)
  • feat(task): turn off failglob by default
    (#​32223)
  • feat(unstable): add Deno.spawn(), Deno.spawnAndWait{Sync}()
    (#​32238)
  • feat(upgrade): cache downloaded binaries
    (#​32187)
  • feat: deno create jsr:<package> and deno init --jsr <package>
    (#​32229)
  • feat: add navigator.platform
    (#​30795)
  • feat: npm overrides
    (#​32073)
  • feat: stabilize Temporal API
    (#​31928)
  • fix(audit): gracefully handle malformed response
    (#​32234)
  • fix(audit): properly handle npm registries in subpaths
    (#​32164)
  • fix(bundle): let esbuild handle data urls
    (#​32213)
  • fix(ci): use noble apt repo for LLVM 21 packages
    (#​32241)
  • fix(ext/node): createServer().listen().address() returns port 0
    (#​32248)
  • fix(ext/node): util.parseEnv and process.loadEnvFile compatibility

(#​32183)

  • fix(ext/node): add host_arch to process.config.variables
    (#​32265)
  • fix(ext/node): add openAsBlob export to node:fs
    (#​32261)
  • fix(ext/node): add missing process.constrainedMemory() API
    (#​32209)
  • fix(ext/node): enable test-stdio-closed tests
    (#​32237)
  • fix(ext/node): enable test-zlib-invalid-input-memory and test-zlib-un…

(#​32284)

  • fix(ext/node): handle shell redirections in child_process exec
    (#​32087)
  • fix(ext/node): implement timeout and killSignal for spawn()
    (#​32283)
  • fix(ext/node): improve process event handling and add missing APIs
    (#​32200)
  • fix(ext/node): preserve streaming body on stale keepalive retry
    (#​32215)
  • fix(ext/node): remove fs.promises.fstat, not a public Node.js API
    (#​32289)
  • fix(ext/node): support URL in child_process.fork modulePath
    (#​32268)
  • fix(ext/node): support ipv6 host in node:http
    (#​32258)
  • fix(install): support --allow-scripts with deno install -g --compile ...

(#​32249)

  • fix(lsp): implement remaining tsgo resolver callbacks
    (#​32303)
  • fix(lsp): qualify diagnostic source and message from tsgo
    (#​32251)
  • fix(lsp): typescript-go basic resolution
    (#​32016)
  • fix(node): preserve AsyncLocalStorage context in unhandledRejection
    handlers

(#​32264)

  • fix(node/buffer): fix latin1Slice and hexSlice returning wrong results

(#​32277)

  • fix(permissions): allow /proc/pressure/* files with --allow-read
    (#​30780)
  • fix: deno install --force --compile
    (#​32242)
  • fix: detect bound require reexports in cjs analysis
    (#​32163)
  • fix: format wasm stack traces correctly, preserve context in unhandled
    rejection, improve cppgc inheritance perf
    (#​32293)
  • fix: format wasm stack traces per W3C spec
    (#​32246)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.


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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

...🟩 rebase 🟩 merge method... 🌴 It will not trigger a deployment. No new version will be deployed.

Learn more
Latest release: 0.11.1
Commit of latest release: 74aa739

Commits since last release:
- chore(deps): update jdx/mise-action digest to 5228313
- chore(deps): pin jdx/mise-action action to 6d1e696 (#145)

This PR contains the following updates:

Package Type Update Change
jdx/mise-action
action pinDigest 6d1e696

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.


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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update actions/upload-artifact action to v7 (#143)

This PR contains the following updates:

Package Type Update Change

|
actions/upload-artifact
| action | major | v6v7 |


Release Notes

actions/upload-artifact (actions/upload-artifact)

v7

Compare
Source


Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.


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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- chore(deps): update dependency deno to v2.7.1 (#142)

This PR contains the following updates:

Package Update Change
deno minor 2.6.10
2.7.1

Release Notes

denoland/deno (deno)

v2.7.1

Compare
Source

v2.7.0

Compare
Source

Read more: http://deno.com/blog/v2.7

  • feat(audit): add --ignore flag to filter advisories by CVE ID
    (#​32221)
  • feat(check): add --check-js flag
    (#​32235)
  • feat(cli): add --save-exact/--exact flag to deno add and
    install

(#​31977)

  • feat(cli): add deno create command
    (#​32225)
  • feat(compile): add --self-extracting flag
    (#​32227)
  • feat(config): support include and exclude in deploy config
    (#​32254)
  • feat(ext/bundle): Add --keep-names flag
    (#​32285)
  • feat(ext/web): add brotli support to CompressionStream and
    DecompressionStream
    (#​32028)
  • feat(fmt): add --fail-fast flag to deno fmt --check
    (#​31438)
  • feat(fs): add tryLock(exclusive?: boolean): Promise to FsFile

(#​31848)

  • feat(install): support --node-modules-dir for -g and use a manual
    node_modules dir for installing npm: specifiers
    (#​32302)
  • feat(task): turn off failglob by default
    (#​32223)
  • feat(unstable): add Deno.spawn(), Deno.spawnAndWait{Sync}()
    (#​32238)
  • feat(upgrade): cache downloaded binaries
    (#​32187)
  • feat: deno create jsr:<package> and deno init --jsr <package>
    (#​32229)
  • feat: add navigator.platform
    (#​30795)
  • feat: npm overrides
    (#​32073)
  • feat: stabilize Temporal API
    (#​31928)
  • fix(audit): gracefully handle malformed response
    (#​32234)
  • fix(audit): properly handle npm registries in subpaths
    (#​32164)
  • fix(bundle): let esbuild handle data urls
    (#​32213)
  • fix(ci): use noble apt repo for LLVM 21 packages
    (#​32241)
  • fix(ext/node): createServer().listen().address() returns port 0
    (#​32248)
  • fix(ext/node): util.parseEnv and process.loadEnvFile compatibility

(#​32183)

  • fix(ext/node): add host_arch to process.config.variables
    (#​32265)
  • fix(ext/node): add openAsBlob export to node:fs
    (#​32261)
  • fix(ext/node): add missing process.constrainedMemory() API
    (#​32209)
  • fix(ext/node): enable test-stdio-closed tests
    (#​32237)
  • fix(ext/node): enable test-zlib-invalid-input-memory and test-zlib-un…

(#​32284)

  • fix(ext/node): handle shell redirections in child_process exec
    (#​32087)
  • fix(ext/node): implement timeout and killSignal for spawn()
    (#​32283)
  • fix(ext/node): improve process event handling and add missing APIs
    (#​32200)
  • fix(ext/node): preserve streaming body on stale keepalive retry
    (#​32215)
  • fix(ext/node): remove fs.promises.fstat, not a public Node.js API
    (#​32289)
  • fix(ext/node): support URL in child_process.fork modulePath
    (#​32268)
  • fix(ext/node): support ipv6 host in node:http
    (#​32258)
  • fix(install): support --allow-scripts with deno install -g --compile ...

(#​32249)

  • fix(lsp): implement remaining tsgo resolver callbacks
    (#​32303)
  • fix(lsp): qualify diagnostic source and message from tsgo
    (#​32251)
  • fix(lsp): typescript-go basic resolution
    (#​32016)
  • fix(node): preserve AsyncLocalStorage context in unhandledRejection
    handlers

(#​32264)

  • fix(node/buffer): fix latin1Slice and hexSlice returning wrong results

(#​32277)

  • fix(permissions): allow /proc/pressure/* files with --allow-read
    (#​30780)
  • fix: deno install --force --compile
    (#​32242)
  • fix: detect bound require reexports in cjs analysis
    (#​32163)
  • fix: format wasm stack traces correctly, preserve context in unhandled
    rejection, improve cppgc inheritance perf
    (#​32293)
  • fix: format wasm stack traces per W3C spec
    (#​32246)

Configuration

📅 Schedule: Branch creation - "every weekend" in timezone
America/Chicago, 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.


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

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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

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