Skip to content

chore(deps): bump docker/setup-buildx-action from 3 to 4 - #549

Open
dependabot[bot] wants to merge 1 commit into
betafrom
dependabot/github_actions/beta/docker/setup-buildx-action-4
Open

chore(deps): bump docker/setup-buildx-action from 3 to 4#549
dependabot[bot] wants to merge 1 commit into
betafrom
dependabot/github_actions/beta/docker/setup-buildx-action-4

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps docker/setup-buildx-action from 3 to 4.

Release notes

Sourced from docker/setup-buildx-action's releases.

v4.0.0

Full Changelog: docker/setup-buildx-action@v3.12.0...v4.0.0

v3.12.0

Full Changelog: docker/setup-buildx-action@v3.11.1...v3.12.0

v3.11.1

Full Changelog: docker/setup-buildx-action@v3.11.0...v3.11.1

v3.11.0

Full Changelog: docker/setup-buildx-action@v3.10.0...v3.11.0

v3.10.0

Full Changelog: docker/setup-buildx-action@v3.9.0...v3.10.0

v3.9.0

Full Changelog: docker/setup-buildx-action@v3.8.0...v3.9.0

v3.8.0

Full Changelog: docker/setup-buildx-action@v3.7.1...v3.8.0

... (truncated)

Commits
  • 4d04d5d Merge pull request #485 from docker/dependabot/npm_and_yarn/docker/actions-to...
  • cd74e05 chore: update generated content
  • eee38ec build(deps): bump @​docker/actions-toolkit from 0.77.0 to 0.79.0
  • 7a83f65 Merge pull request #484 from docker/dependabot/github_actions/docker/setup-qe...
  • a5aa967 Merge pull request #464 from crazy-max/rm-deprecated
  • e73d53f build(deps): bump docker/setup-qemu-action from 3 to 4
  • 28a438e Merge pull request #483 from crazy-max/node24
  • 034e9d3 chore: update generated content
  • b4664d8 remove deprecated inputs/outputs
  • a8257de node 24 as default runtime
  • Additional commits viewable in compare view

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 [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v3...v4)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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

dependabot Bot commented on behalf of github May 19, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, github-actions. Please create them before Dependabot can add them to a pull request.

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

olegbrok pushed a commit that referenced this pull request May 19, 2026
Swap speculative `#549` → actual `#552` across 11 historical-note
comments (per @murzik review on PR #552). No behavior change.
olegbrok added a commit that referenced this pull request May 19, 2026
* remove agent-initiated deep sleep (Pulse v2 carry-over)

`request_sleep` MCP tool + `POST /agents/{name}/sleep` endpoint fully
closed an agent's session — bypassing the IDLE_SLEEPING state — so
broker auto-wake on inbound platform messages had no resume handle to
grab onto. Telegram (and any other platform) hit the "agent not
running" path; web chat masked the bug by cold-starting a fresh
session via its own `/chat` endpoint.

Sleep is now exclusively watchdog-driven idle-sleep at the agent's
idle threshold. That path transitions to `IDLE_SLEEPING` with the
resume handle preserved, so `broker._route_streaming` warm-wakes the
session from any inbound platform message.

Removed:
- `request_sleep` MCP tool (`src/pinky_self/server.py`)
- `POST /agents/{agent_name}/sleep` endpoint (`src/pinky_daemon/api.py`)
- "Put to sleep" buttons + `sleepAgent` handler in Dashboard.svelte
  and Agents.svelte (the frontend callers of the removed endpoint)
- `TestRequestSleep` class, `test_deep_sleep`, and the two
  `test_sleep_*` cases in `test_api.py`
- `request_sleep` from the expected-tools lists; tool count: 24→23
  core, 69→68 with all gates

Kept (these are correct, not buggy):
- `transport.idle_sleep()` and `SessionState.IDLE_SLEEPING` — used by
  the watchdog
- `_disconnect_streaming_sessions` helper — also used by `/stop` and
  restart paths
- `POST /agents/{name}/stop` — emergency force-stop, deliberately
  distinct from the (now removed) soft sleep
- `set_wake_schedule` MCP tool — still useful for non-sleep-coupled
  cron wakes

Tests: full suite 466 passing on touched files; lint clean.

* fix: correct PR-number references in historical comments

Swap speculative `#549` → actual `#552` across 11 historical-note
comments (per @murzik review on PR #552). No behavior change.

---------

Co-authored-by: Oleg <oleg@Olegs-Mac-mini.local>
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