Skip to content

fix(deps): update minor & patch updates#102

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-and-patch-updates
Open

fix(deps): update minor & patch updates#102
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/minor-and-patch-updates

Conversation

@renovate

@renovate renovate Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
github.com/anthropics/anthropic-sdk-go v1.50.1v1.51.0 age confidence require minor v1.51.1
github.com/openai/openai-go/v3 v3.39.0v3.41.0 age confidence require minor
jdx/mise-action v4.1.0v4.2.0 age confidence action minor

Release Notes

anthropics/anthropic-sdk-go (github.com/anthropics/anthropic-sdk-go)

v1.51.0

Compare Source

Full Changelog: v1.51.0...v1.51.1

Bug Fixes
  • helpers: single source for x-stainless-helper, append semantics, and tag the fallback middleware (#​88) (ebbdb7d)

v1.50.2

Compare Source

Full Changelog: v1.50.2...v1.51.0

Features
  • api: add support for new code_execution_20260120 tool (f54a4a8)
openai/openai-go (github.com/openai/openai-go/v3)

v3.41.0

Compare Source

3.41.0 (2026-06-17)

Full Changelog: v3.40.0...v3.41.0

Features
  • api: update OpenAPI spec or Stainless config (868891f)

v3.40.0

Compare Source

3.40.0 (2026-06-16)

Full Changelog: v3.39.0...v3.40.0

Features
  • api: admin spend_alerts (26992e5)
  • api: manual updates (28f7e09)
  • api: update OpenAPI spec or Stainless config (57c307e)
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: (UTC)

  • 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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • 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 added the renovate label Jun 18, 2026

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Open in Devin Review

@renovate renovate Bot force-pushed the renovate/minor-and-patch-updates branch from 07dfc36 to f2be03b Compare June 20, 2026 03:31
@renovate renovate Bot changed the title fix(deps): update minor & patch updates to v1.50.2 fix(deps): update minor & patch updates Jun 20, 2026
@renovate renovate Bot force-pushed the renovate/minor-and-patch-updates branch from f2be03b to e67fbc3 Compare June 20, 2026 20:50
@renovate renovate Bot force-pushed the renovate/minor-and-patch-updates branch from e67fbc3 to eb61171 Compare June 21, 2026 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants