Skip to content

Bump peter-evans/create-or-update-comment from 4 to 5#414

Merged
slawlor merged 1 commit intomainfrom
dependabot/github_actions/peter-evans/create-or-update-comment-5
Mar 9, 2026
Merged

Bump peter-evans/create-or-update-comment from 4 to 5#414
slawlor merged 1 commit intomainfrom
dependabot/github_actions/peter-evans/create-or-update-comment-5

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 9, 2026

Bumps peter-evans/create-or-update-comment from 4 to 5.

Release notes

Sourced from peter-evans/create-or-update-comment's releases.

Create or Update Comment v5.0.0

⚙️ Requires Actions Runner v2.327.1 or later if you are using a self-hosted runner for Node 24 support.

What's Changed

... (truncated)

Commits
  • e8674b0 feat: v5 (#439)
  • fffe59e build(deps-dev): bump @​types/node from 18.19.127 to 18.19.129 (#438)
  • 076d572 build(deps-dev): bump @​types/node from 18.19.126 to 18.19.127 (#437)
  • 86a2645 build(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 (#436)
  • be17e0c build(deps-dev): bump @​types/node from 18.19.124 to 18.19.126 (#435)
  • ef75eae build(deps-dev): bump @​types/node from 18.19.123 to 18.19.124 (#433)
  • 82a7ad0 build(deps): bump actions/setup-node from 4 to 5 (#432)
  • f7c845d build(deps-dev): bump @​types/node from 18.19.122 to 18.19.123 (#430)
  • 5da8e07 build(deps-dev): bump eslint-plugin-prettier from 5.5.3 to 5.5.4 (#428)
  • 2de7f66 build(deps-dev): bump @​types/node from 18.19.121 to 18.19.122 (#427)
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 9, 2026
@codecov
Copy link

codecov bot commented Mar 9, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.73%. Comparing base (0c381e9) to head (b7c6a22).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #414   +/-   ##
=======================================
  Coverage   85.73%   85.73%           
=======================================
  Files          73       73           
  Lines       13361    13361           
=======================================
  Hits        11455    11455           
  Misses       1906     1906           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@github-actions
Copy link

github-actions bot commented Mar 9, 2026

Benchmark Comparison (PR vs main)

Results
group                                                                   new
-----                                                                   ---
Creation of 100 actors                                                  1.00   541.9±68.84µs        ? ?/sec
Creation of 1000 actors                                                 1.00      5.5±0.58ms        ? ?/sec
Waiting on 100 actors to process first message                          1.00    98.4±14.08µs        ? ?/sec
Waiting on 100000 messages to be processed                              1.00     28.3±3.06ms        ? ?/sec
Waiting on 50 messages with large data in the Future to be processed    1.00     70.6±5.28µs        ? ?/sec
Waiting on 500 actors to process first message                          1.00   309.4±55.06µs        ? ?/sec
factory_queuer_dispatch/workers/10                                      1.00  1389.5±65.56µs 351.4 KElem/sec
factory_queuer_dispatch/workers/100                                     1.00  1404.2±30.92µs 347.7 KElem/sec
large_messages/256_byte_messages                                        1.00     60.5±3.83µs 1614.8 KElem/sec
large_messages/64_byte_messages                                         1.00     54.7±3.63µs 1784.9 KElem/sec
small_messages/16_byte_messages                                         1.00     52.1±3.44µs 1874.6 KElem/sec
small_messages/32_byte_messages                                         1.00     52.5±3.25µs 1859.8 KElem/sec
small_messages/8_byte_messages                                          1.00     53.2±3.59µs 1835.2 KElem/sec
spawn_throughput/10                                                     1.00     59.0±1.05µs 165.5 KElem/sec
spawn_throughput/100                                                    1.00   422.1±10.97µs 231.4 KElem/sec

Benchmarks run on shared CI hardware (ubuntu-latest). Differences under ~5% may be noise.

@dependabot dependabot bot force-pushed the dependabot/github_actions/peter-evans/create-or-update-comment-5 branch from 93685d5 to a688f21 Compare March 9, 2026 13:41
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 4 to 5.
- [Release notes](https://github.com/peter-evans/create-or-update-comment/releases)
- [Commits](peter-evans/create-or-update-comment@v4...v5)

---
updated-dependencies:
- dependency-name: peter-evans/create-or-update-comment
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/peter-evans/create-or-update-comment-5 branch from a688f21 to b7c6a22 Compare March 9, 2026 14:10
@slawlor slawlor merged commit 1ddbd39 into main Mar 9, 2026
25 checks passed
@slawlor slawlor deleted the dependabot/github_actions/peter-evans/create-or-update-comment-5 branch March 9, 2026 15:34
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