Skip to content

chore(deps): bump act-sdk from 0.5.0 to 0.6.0#8

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/act-sdk-0.6.0
Closed

chore(deps): bump act-sdk from 0.5.0 to 0.6.0#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/act-sdk-0.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps act-sdk from 0.5.0 to 0.6.0.

Changelog

Sourced from act-sdk's changelog.

[0.6.0] - 2026-04-29

Changed

  • Migrate to the split WIT layout from act-spec: act:core@0.4.0 (cross-cutting types only) plus act:tools@0.1.0 (tool-provider).
  • #[act_component] emits bindings against exports::act::tools::tool_provider::* and uses the renamed Error type (was ToolError).
  • Guest::call_tool takes flat (name, arguments, metadata) parameters instead of a ToolCall record. Tool function bodies authored with #[act_tool] are unaffected; raw-bindgen components need their Guest impl updated.

Removed

  • Guest::get_metadata_schema — the corresponding WIT function is gone in act:tools@0.1.0. A schema-discovery mechanism for per-call metadata is planned for a future minor version.
  • MetadataSchemaRequest from act-types::http (no /metadata-schema endpoint).

Migration

Components on previous SDK versions need to:

  1. Bump to this SDK version.
  2. Run wit-deps (or sync wit/deps/ manually) to pick up the new WIT layout — act-core is types-only, act-tools is added.
  3. Rebuild — the world now exports act:tools/tool-provider@0.1.0.
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [act-sdk](https://github.com/actcore/act-sdk-rs) from 0.5.0 to 0.6.0.
- [Changelog](https://github.com/actcore/act-sdk-rs/blob/main/CHANGELOG.md)
- [Commits](actcore/act-sdk-rs@0.5.0...0.6.0)

---
updated-dependencies:
- dependency-name: act-sdk
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels May 4, 2026
@socket-security
Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedact-sdk@​0.5.0 ⏵ 0.6.010010093100100

View full report

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github May 4, 2026

Looks like act-sdk is up-to-date now, so this is no longer needed.

@dependabot dependabot Bot closed this May 4, 2026
@dependabot dependabot Bot deleted the dependabot/cargo/act-sdk-0.6.0 branch May 4, 2026 20:51
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 rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants