Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps peter-evans/repository-dispatch from 3 to 4.

Release notes

Sourced from peter-evans/repository-dispatch's releases.

Repository Dispatch v4.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
  • 28959ce Fix node version in actions.yml (#433)
  • 25d29c2 build(deps-dev): bump @​types/node in the npm group (#432)
  • 830136c build(deps): bump the github-actions group with 3 updates (#431)
  • 2c856c6 ci: update dependabot config
  • 6673907 build(deps-dev): bump @​types/node from 18.19.127 to 18.19.129 (#429)
  • 952a211 build(deps): bump peter-evans/repository-dispatch from 3 to 4 (#428)
  • 5fc4efd docs: update readme
  • a628c95 feat: v4 (#427)
  • de78ac1 build(deps-dev): bump @​vercel/ncc from 0.38.3 to 0.38.4 (#425)
  • f49fa7f build(deps-dev): bump @​types/node from 18.19.124 to 18.19.127 (#426)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 3 to 4.
- [Release notes](https://github.com/peter-evans/repository-dispatch/releases)
- [Commits](peter-evans/repository-dispatch@v3...v4)

---
updated-dependencies:
- dependency-name: peter-evans/repository-dispatch
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

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 Dec 22, 2025
@dependabot dependabot bot added github_actions Pull requests that update GitHub Actions code dependencies Pull requests that update a dependency file labels Dec 22, 2025
@kaito-pr-agent
Copy link

Title

Update repository-dispatch GitHub Action to v4


Description

  • Updated peter-evans/repository-dispatch GitHub Action from v3 to v4

  • Modified workflow files to use new action version

  • Ensured consistent action usage across CI/CD pipelines


Changes walkthrough 📝

Relevant files
Dependencies
helm-chart.yml
Update repository-dispatch action in helm workflow             

.github/workflows/helm-chart.yml

  • Updated peter-evans/repository-dispatch from v3 to v4
  • Modified release dispatch step in helm-chart workflow
  • +1/-1     
    publish-gh-image-and-chart.yml
    Upgrade action version in publish workflow                             

    .github/workflows/publish-gh-image-and-chart.yml

  • Replaced v3 with v4 of repository-dispatch action
  • Updated helm chart publishing workflow configuration
  • +1/-1     
    publish-mcr-image.yaml
    Update action version in MCR publish workflow                       

    .github/workflows/publish-mcr-image.yaml

  • Bumped repository-dispatch from v3 to v4
  • Modified image publishing workflow dispatch step
  • +1/-1     

    Need help?
  • Type /help how to ... in the comments thread for any questions about PR-Agent usage.
  • Check out the documentation for more information.
  • @kaito-pr-agent
    Copy link

    PR Reviewer Guide 🔍

    Here are some key observations to aid the review process:

    ⏱️ Estimated effort to review: 1 🔵⚪⚪⚪⚪
    🧪 No relevant tests
    🔒 No security concerns identified
    ⚡ Recommended focus areas for review

    Action Version Update

    Verify compatibility of repository-dispatch@v4 with existing workflow logic and ensure required Actions Runner version (v2.327.1+) is met

    uses: peter-evans/repository-dispatch@v4
    Action Version Update

    Validate that repository-dispatch@v4 maintains expected behavior for helm chart publishing workflow

    uses: peter-evans/repository-dispatch@v4
    Action Version Update

    Confirm repository-dispatch@v4 works correctly with MCR image publishing payload structure

    uses: peter-evans/repository-dispatch@v4

    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 Review effort 1/5

    Projects

    None yet

    Development

    Successfully merging this pull request may close these issues.

    0 participants