Context
This issue tracks one Dependabot PR bundle discovered by the Security Alert Burndown campaign.
Bundle
- Runtime: Node.js
- Manifest:
/.github/workflows/package.json
Bundling Rules
- Group work by runtime. Never mix runtimes.
- Group changes by target dependency file (one manifest + its lockfile).
- Patch/minor updates may be bundled; major updates should be isolated unless tightly coupled.
- Bundled releases must include a research report (packages, versions, breaking changes, migration, risk, tests).
PRs in Bundle
Agent Task
- Research each update for breaking changes and summarize risks.
- Create a single bundled PR (one runtime + one manifest).
- Ensure CI passes; run relevant runtime tests.
- Add the research report to the bundled PR.
- Update this issue checklist as PRs are merged.
AI generated by Dependabot Burner