Skip to content

chore(deps): Bump the all-actions group across 1 directory with 3 updates#115

Merged
mpaulosky merged 1 commit intomainfrom
dependabot/github_actions/all-actions-b36ee5cd98
Apr 12, 2026
Merged

chore(deps): Bump the all-actions group across 1 directory with 3 updates#115
mpaulosky merged 1 commit intomainfrom
dependabot/github_actions/all-actions-b36ee5cd98

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 12, 2026

Bumps the all-actions group with 3 updates in the / directory: peter-evans/create-pull-request, actions/github-script and codecov/codecov-action.

Updates peter-evans/create-pull-request from 8.1.0 to 8.1.1

Release notes

Sourced from peter-evans/create-pull-request's releases.

Create Pull Request v8.1.1

What's Changed

Full Changelog: peter-evans/create-pull-request@v8.1.0...v8.1.1

Commits
  • 5f6978f fix: retry post-creation API calls on 422 eventual consistency errors (#4356)
  • d32e88d build(deps-dev): bump the npm group with 3 updates (#4349)
  • 8170bcc build(deps-dev): bump handlebars from 4.7.8 to 4.7.9 (#4344)
  • 0041819 build(deps): bump picomatch (#4339)
  • b993918 build(deps-dev): bump flatted from 3.3.1 to 3.4.2 (#4334)
  • 36d7c84 build(deps-dev): bump undici from 6.23.0 to 6.24.0 (#4328)
  • a45d1fb build(deps): bump @​tootallnate/once and jest-environment-jsdom (#4323)
  • 3499eb6 build(deps): bump the github-actions group with 2 updates (#4316)
  • 3f3b473 build(deps): bump minimatch (#4311)
  • 6699836 build(deps-dev): bump the npm group with 2 updates (#4305)
  • See full diff in compare view

Updates actions/github-script from 8 to 9

Release notes

Sourced from actions/github-script's releases.

v9.0.0

New features:

  • getOctokit factory function — Available directly in the script context. Create additional authenticated Octokit clients with different tokens for multi-token workflows, GitHub App tokens, and cross-org access. See Creating additional clients with getOctokit for details and examples.
  • Orchestration ID in user-agent — The ACTIONS_ORCHESTRATION_ID environment variable is automatically appended to the user-agent string for request tracing.

Breaking changes:

  • require('@actions/github') no longer works in scripts. The upgrade to @actions/github v9 (ESM-only) means require('@actions/github') will fail at runtime. If you previously used patterns like const { getOctokit } = require('@actions/github') to create secondary clients, use the new injected getOctokit function instead — it's available directly in the script context with no imports needed.
  • getOctokit is now an injected function parameter. Scripts that declare const getOctokit = ... or let getOctokit = ... will get a SyntaxError because JavaScript does not allow const/let redeclaration of function parameters. Use the injected getOctokit directly, or use var getOctokit = ... if you need to redeclare it.
  • If your script accesses other @actions/github internals beyond the standard github/octokit client, you may need to update those references for v9 compatibility.

What's Changed

New Contributors

Full Changelog: actions/github-script@v8.0.0...v9.0.0

Commits
  • 3a2844b Merge pull request #700 from actions/salmanmkc/expose-getoctokit + prepare re...
  • ca10bbd fix: use @​octokit/core/types import for v7 compatibility
  • 86e48e2 merge: incorporate main branch changes
  • c108472 chore: rebuild dist for v9 upgrade and getOctokit factory
  • afff112 Merge pull request #712 from actions/salmanmkc/deployment-false + fix user-ag...
  • ff8117e ci: fix user-agent test to handle orchestration ID
  • 81c6b78 ci: use deployment: false to suppress deployment noise from integration tests
  • 3953caf docs: update README examples from @​v8 to @​v9, add getOctokit docs and v9 brea...
  • c17d55b ci: add getOctokit integration test job
  • a047196 test: add getOctokit integration tests via callAsyncFunction
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5 to 6

Release notes

Sourced from codecov/codecov-action's releases.

v6.0.0

⚠️ This version introduces support for node24 which make cause breaking changes for systems that do not currently support node24. ⚠️

What's Changed

Full Changelog: codecov/codecov-action@v5.5.4...v6.0.0

v5.5.4

This is a mirror of v5.5.2. v6 will be released which requires node24

What's Changed

Full Changelog: codecov/codecov-action@v5.5.3...v5.5.4

v5.5.3

What's Changed

Full Changelog: codecov/codecov-action@v5.5.2...v5.5.3

v5.5.2

What's Changed

New Contributors

Full Changelog: codecov/codecov-action@v5.5.1...v5.5.2

v5.5.1

What's Changed

... (truncated)

Changelog

Sourced from codecov/codecov-action's changelog.

v5.5.2

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.1..v5.5.2

v5.5.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.5.0..v5.5.1

v5.5.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.3..v5.5.0

v5.4.3

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2..v5.4.3

v5.4.2

... (truncated)

Commits

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

…ates

Bumps the all-actions group with 3 updates in the / directory: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request), [actions/github-script](https://github.com/actions/github-script) and [codecov/codecov-action](https://github.com/codecov/codecov-action).


Updates `peter-evans/create-pull-request` from 8.1.0 to 8.1.1
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v8.1.0...v8.1.1)

Updates `actions/github-script` from 8 to 9
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](actions/github-script@v8...v9)

Updates `codecov/codecov-action` from 5 to 6
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-version: 8.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-actions
- dependency-name: actions/github-script
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: codecov/codecov-action
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

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

github-actions Bot commented Apr 12, 2026

Test Results Summary

  6 files   33 suites   11s ⏱️
835 tests 835 ✅ 0 💤 0 ❌
846 runs  846 ✅ 0 💤 0 ❌

Results for commit 02a4744.

♻️ This comment has been updated with latest results.

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 55.52%. Comparing base (b49f1b3) to head (02a4744).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #115   +/-   ##
=======================================
  Coverage   55.52%   55.52%           
=======================================
  Files         124      124           
  Lines        2826     2826           
  Branches      313      313           
=======================================
  Hits         1569     1569           
  Misses       1027     1027           
  Partials      230      230           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@mpaulosky mpaulosky enabled auto-merge (squash) April 12, 2026 17:33
@mpaulosky mpaulosky merged commit 676d76a into main Apr 12, 2026
23 of 25 checks passed
@mpaulosky mpaulosky deleted the dependabot/github_actions/all-actions-b36ee5cd98 branch April 12, 2026 17:33
mpaulosky pushed a commit that referenced this pull request Apr 15, 2026
Scribe responsibilities completed:

1. ORCHESTRATION LOGS: Recorded Boromir (PR #115 Actions bump), Legolas (PR #113 lockfile security patch), Coordinator (queue finalization)

2. SESSION LOG: Documented final PR resolution cycle (2026-04-12T17:30-17:38Z)

3. DECISION INBOX: Merged boromir-pr-115 and legolas-pr-113 decisions into decisions.md; deleted inbox files

4. CROSS-AGENT: Updated Boromir and Legolas history.md with team updates

5. DECISIONS ARCHIVE: Rolled decisions.md (117.8 KB -> 545 B current + 118.3 KB archive) to keep active decisions < 20KB. Entries pre-2026-03-13 (>30 days old) archived.

6. GIT COMMIT: Staged .squad/ changes; committing now on main

7. HISTORY SUMMARIZATION: No history.md files exceeded 12KB limit; no summarization needed

Outcome: ✅ All agent work logged; PR queue clear; team state current and archived appropriately.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mpaulosky pushed a commit that referenced this pull request Apr 15, 2026
Scribe responsibilities completed:

1. ORCHESTRATION LOGS: Recorded Boromir (PR #115 Actions bump), Legolas (PR #113 lockfile security patch), Coordinator (queue finalization)

2. SESSION LOG: Documented final PR resolution cycle (2026-04-12T17:30-17:38Z)

3. DECISION INBOX: Merged boromir-pr-115 and legolas-pr-113 decisions into decisions.md; deleted inbox files

4. CROSS-AGENT: Updated Boromir and Legolas history.md with team updates

5. DECISIONS ARCHIVE: Rolled decisions.md (117.8 KB -> 545 B current + 118.3 KB archive) to keep active decisions < 20KB. Entries pre-2026-03-13 (>30 days old) archived.

6. GIT COMMIT: Staged .squad/ changes; committing now on main

7. HISTORY SUMMARIZATION: No history.md files exceeded 12KB limit; no summarization needed

Outcome: ✅ All agent work logged; PR queue clear; team state current and archived appropriately.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
mpaulosky pushed a commit that referenced this pull request Apr 15, 2026
Scribe responsibilities completed:

1. ORCHESTRATION LOGS: Recorded Boromir (PR #115 Actions bump), Legolas (PR #113 lockfile security patch), Coordinator (queue finalization)

2. SESSION LOG: Documented final PR resolution cycle (2026-04-12T17:30-17:38Z)

3. DECISION INBOX: Merged boromir-pr-115 and legolas-pr-113 decisions into decisions.md; deleted inbox files

4. CROSS-AGENT: Updated Boromir and Legolas history.md with team updates

5. DECISIONS ARCHIVE: Rolled decisions.md (117.8 KB -> 545 B current + 118.3 KB archive) to keep active decisions < 20KB. Entries pre-2026-03-13 (>30 days old) archived.

6. GIT COMMIT: Staged .squad/ changes; committing now on main

7. HISTORY SUMMARIZATION: No history.md files exceeded 12KB limit; no summarization needed

Outcome: ✅ All agent work logged; PR queue clear; team state current and archived appropriately.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant