Skip to content

ci(deps): bump the all-actions group with 4 updates#2113

Merged
dyoshikawa merged 1 commit into
mainfrom
dependabot/github_actions/all-actions-227b86b077
Jul 3, 2026
Merged

ci(deps): bump the all-actions group with 4 updates#2113
dyoshikawa merged 1 commit into
mainfrom
dependabot/github_actions/all-actions-227b86b077

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the all-actions group with 4 updates: flatt-security/setup-takumi-guard-npm, anomalyco/opencode/github, actions/cache/save and actions/cache/restore.

Updates flatt-security/setup-takumi-guard-npm from b32fa78ac6c5507152b0470604b0b546fa2b8521 to 9a5d797c2085b6326d3a2985c08e3a114b9b88c1

Commits

Updates anomalyco/opencode/github from 1.17.11 to 1.17.13

Release notes

Sourced from anomalyco/opencode/github's releases.

v1.17.13

Core

Bugfixes

  • Force reasoning mode for OpenAI-compatible reasoning models so reasoning settings apply reliably on custom deployments
  • Stop replaying stale GitHub Copilot response item IDs, avoiding follow-up request failures

Desktop

Bugfixes

  • Let question prompts be minimized and restored without dismissing them (@​arvsrn)
  • Clean up stale empty and old draft store files to reduce desktop state buildup
  • Keep pending question requests open while reviewing them, instead of dismissing them accidentally (@​eXamadeus)
  • Keep session page failures scoped to the affected tab instead of breaking the whole app

Improvements

  • Improve markdown and message layout alignment in the v2 session UI (@​arvsrn)
  • Add a searchable v2 model picker and model management flow in the composer (@​arvsrn)
  • Show a hover preview for session tabs with the project, path, branch, and server (@​usrnk1)
  • Streamline WSL server setup with clearer distro checks and install flows (@​arvsrn)
  • Keep desktop tabs scoped to each window so windows restore their own tab sets

Thank you to 3 community contributors:

  • @​arvsrn:
    • feat(app): v2 wsl ui (#34233)
    • feat(app): composer improvements (#34720)
    • feat(app): more v2 ui alignment (#34465)
    • feat(app): minor fixes (#34748)
  • @​eXamadeus:
    • fix(app): question UI fixes and UX improvements (#34116)
  • @​usrnk1:
    • feat(desktop): session tab hover preview popover (#34678)
    • feat(desktop): improve markdown heading spacing in session timeline (#34738)

v1.17.12

Core

Bugfixes

  • Enable adaptive thinking for Claude Sonnet 5.
  • Prefer MCP content responses over structured output when both are present.
  • Reconnect MCP servers after OAuth even if the server was disabled. (@​MaxAnderson95)
  • Request MCP refresh-token scope during OAuth.
  • Show MCP OAuth completion errors instead of a generic failure.
  • Refresh cached remote skills.
  • Preserve skill resource paths.
  • Pick better default small models across providers.
  • Scope MCP auth status to each server URL.

... (truncated)

Commits

Updates actions/cache/save from 6.0.0 to 6.1.0

Release notes

Sourced from actions/cache/save's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

Changelog

Sourced from actions/cache/save's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • See full diff in compare view

Updates actions/cache/restore from 6.0.0 to 6.1.0

Release notes

Sourced from actions/cache/restore's releases.

v6.1.0

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

Changelog

Sourced from actions/cache/restore's changelog.

Releases

How to prepare a release

[!NOTE] Relevant for maintainers with write access only.

  1. Switch to a new branch from main.
  2. Run npm test to ensure all tests are passing.
  3. Update the version in https://github.com/actions/cache/blob/main/package.json.
  4. Run npm run build to update the compiled files.
  5. Update this https://github.com/actions/cache/blob/main/RELEASES.md with the new version and changes in the ## Changelog section.
  6. Run licensed cache to update the license report.
  7. Run licensed status and resolve any warnings by updating the https://github.com/actions/cache/blob/main/.licensed.yml file with the exceptions.
  8. Commit your changes and push your branch upstream.
  9. Open a pull request against main and get it reviewed and merged.
  10. Draft a new release https://github.com/actions/cache/releases use the same version number used in package.json
    1. Create a new tag with the version number.
    2. Auto generate release notes and update them to match the changes you made in RELEASES.md.
    3. Toggle the set as the latest release option.
    4. Publish the release.
  11. Navigate to https://github.com/actions/cache/actions/workflows/release-new-action-version.yml
    1. There should be a workflow run queued with the same version number.
    2. Approve the run to publish the new version and update the major tags for this action.

Changelog

6.1.0

6.0.0

  • Updated @actions/cache to ^6.0.1, @actions/core to ^3.0.1, @actions/exec to ^3.0.0, @actions/io to ^3.0.2
  • Migrated to ESM module system
  • Upgraded Jest to v30 and test infrastructure to be ESM compatible

5.0.4

  • Bump minimatch to v3.1.5 (fixes ReDoS via globstar patterns)
  • Bump undici to v6.24.1 (WebSocket decompression bomb protection, header validation fixes)
  • Bump fast-xml-parser to v5.5.6

5.0.3

5.0.2

... (truncated)

Commits
  • 55cc834 Merge pull request #1768 from jasongin/readonly-cache
  • d8cd72f Bump @​actions/cache to v6.1.0 - handle cache write error due to RO token
  • See full diff in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-actions group with 4 updates: [flatt-security/setup-takumi-guard-npm](https://github.com/flatt-security/setup-takumi-guard-npm), [anomalyco/opencode/github](https://github.com/anomalyco/opencode), [actions/cache/save](https://github.com/actions/cache) and [actions/cache/restore](https://github.com/actions/cache).


Updates `flatt-security/setup-takumi-guard-npm` from b32fa78ac6c5507152b0470604b0b546fa2b8521 to 9a5d797c2085b6326d3a2985c08e3a114b9b88c1
- [Release notes](https://github.com/flatt-security/setup-takumi-guard-npm/releases)
- [Commits](flatt-security/setup-takumi-guard-npm@b32fa78...9a5d797)

Updates `anomalyco/opencode/github` from 1.17.11 to 1.17.13
- [Release notes](https://github.com/anomalyco/opencode/releases)
- [Commits](anomalyco/opencode@67aec22...10c894b)

Updates `actions/cache/save` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@2c8a9bd...55cc834)

Updates `actions/cache/restore` from 6.0.0 to 6.1.0
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@2c8a9bd...55cc834)

---
updated-dependencies:
- dependency-name: flatt-security/setup-takumi-guard-npm
  dependency-version: 9a5d797c2085b6326d3a2985c08e3a114b9b88c1
  dependency-type: direct:production
  dependency-group: all-actions
- dependency-name: anomalyco/opencode/github
  dependency-version: 1.17.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: actions/cache/save
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
- dependency-name: actions/cache/restore
  dependency-version: 6.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jul 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: automated, ci. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dyoshikawa dyoshikawa merged commit a20198e into main Jul 3, 2026
9 checks passed
@dyoshikawa dyoshikawa deleted the dependabot/github_actions/all-actions-227b86b077 branch July 3, 2026 08:21
@dyoshikawa

Copy link
Copy Markdown
Owner

@dependabot Thank you!

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.

2 participants