Skip to content

build(deps): bump pulumi/actions from 6.6.1 to 7.0.0 in the actions group#1254

Merged
rdimitrov merged 1 commit intomainfrom
dependabot/github_actions/actions-932a9e104f
May 5, 2026
Merged

build(deps): bump pulumi/actions from 6.6.1 to 7.0.0 in the actions group#1254
rdimitrov merged 1 commit intomainfrom
dependabot/github_actions/actions-932a9e104f

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps the actions group with 1 update: pulumi/actions.

Updates pulumi/actions from 6.6.1 to 7.0.0

Release notes

Sourced from pulumi/actions's releases.

v7.0.0

What's Changed

New Contributors

Full Changelog: pulumi/actions@v6...v7.0.0

Changelog

Sourced from pulumi/actions's changelog.

CHANGELOG

HEAD (Unreleased)

(none)


7.0.0 (2026-05-01)

  • chore: update Action runtime to node 24 (#1404)
  • chore: bump typescript, jest, ts-jest, @types/jest, @types/node (#1405)
  • chore: update ESLint stack and migrate to flat config (#1406)

6.6.1 (2025-11-12)

  • chore: Update pulumi/pulumi dependency (#1394)

6.6.0 (2025-09-29)

  • feat: Strip ansi control characters from GitHub step Summary and PR comment (#1312)

6.4.0 (2025-07-16)

  • feat: Add run-program flag support for refresh, destroy, preview, and up/update commands (#1376)

6.3.0 (2025-05-08)

  • feat: support --exclude and --exclude-dependents flags (#1363)

  • feat: verbosity and debug inputs to enable debug options (#1046)

  • fix: update "user agent" string to pulumi/actions@v6 (#1357)

6.2.0 (2025-03-05)

  • feat: support continue on error flag (--continue-on-error) (#1357)

6.1.0 (2025-02-27)

... (truncated)

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 <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 actions group with 1 update: [pulumi/actions](https://github.com/pulumi/actions).


Updates `pulumi/actions` from 6.6.1 to 7.0.0
- [Release notes](https://github.com/pulumi/actions/releases)
- [Changelog](https://github.com/pulumi/actions/blob/main/CHANGELOG.md)
- [Commits](pulumi/actions@8582a9e...8e5e406)

---
updated-dependencies:
- dependency-name: pulumi/actions
  dependency-version: 7.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels May 5, 2026
@rdimitrov rdimitrov merged commit 6d6a887 into main May 5, 2026
4 checks passed
@rdimitrov rdimitrov deleted the dependabot/github_actions/actions-932a9e104f branch May 5, 2026 07:50
@rdimitrov rdimitrov mentioned this pull request May 5, 2026
4 tasks
rdimitrov added a commit that referenced this pull request May 5, 2026
## Summary
- Bump `mcp-registry:imageTag` from `1.7.7` → `1.7.8` in
`deploy/Pulumi.gcpProd.yaml`
- v1.7.8 ships the metrics fix that stops counting client-cancelled
requests as server errors (#1255). Under scraper-driven load, clients
with short timeouts close the socket while PG is still iterating; the
handler converts `context.Canceled` to a 500 and the metric middleware
was bumping `mcp_registry_http_errors_total` even though NGINX recorded
499 and never delivered a response. This is what's been firing the daily
~17:00 UTC `Availability dropped below 95%` alert.
- Also includes a CI-only `pulumi/actions` 6.6.1 → 7.0.0 bump (#1254).
No registry runtime impact.
- Staging is on `4e14707` (the v1.7.8 commit) and
`staging.registry.modelcontextprotocol.io/v0.1/version` reports it.

## Test plan
- [ ] Confirm release workflow's `ko-push` job has published
`ghcr.io/modelcontextprotocol/registry:1.7.8` before merging
- [ ] Watch deploy-production roll the registry pods to `1.7.8`
- [ ] Hit `https://registry.modelcontextprotocol.io/v0.1/version` and
confirm `git_commit` matches `4e147072f03aeacfe8456c7f24407e0ea65d92c0`
- [ ] Through the next ~17:00 UTC scraper burst, watch in Prometheus:
- `mcp_registry_http_errors_total{status_code="500",
path="/v0.1/servers"}` should stay flat
- `mcp_registry_http_requests_total{status_code="499",
path="/v0.1/servers"}` should grow during the burst
- The `Availability dropped below 95%` alert should not fire on
cancellation-only bursts

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant