Skip to content

Bump the github-actions group with 6 updates#393

Closed
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/github_actions/github-actions-5863ee18e7
Closed

Bump the github-actions group with 6 updates#393
dependabot[bot] wants to merge 1 commit intotrunkfrom
dependabot/github_actions/github-actions-5863ee18e7

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 25, 2025

Bumps the github-actions group with 6 updates:

Package From To
shivammathur/setup-php 2.32.0 2.34.1
actions/setup-node 4.3.0 4.4.0
ramsey/composer-install 3.1.0 3.1.1
actions/download-artifact 4.2.1 4.3.0
codecov/codecov-action 5.4.0 5.4.3
slackapi/slack-github-action 2.0.0 2.1.0

Updates shivammathur/setup-php from 2.32.0 to 2.34.1

Release notes

Sourced from shivammathur/setup-php's releases.

2.34.1

Changelog

  • Fixed tool-cache directory on self-hosted runners.

  • Fixed generating lock path in unix.sh on verbose branch.

  • Updated Node.js dependencies.

For the complete list of changes, please refer to the Full Changelog

2.34.0

Changelog

  • Added support for pie. (#948)
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
    tools: pie
  • Added support to allow composer plugins by specifying the list of plugins in COMPOSER_ALLOW_PLUGINS env.
- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
    php-version: '8.4'
  env:
    COMPOSER_ALLOW_PLUGINS: composer/installers, composer/satis
  • Added fallback for fetching the manifest for PHP versions. (#952)

  • Added support to specify tools directory using SETUP_PHP_TOOLS_DIR env. (#943, #945)

- name: Setup PHP
  uses: shivammathur/setup-php@v2
  with:
</tr></table> 

... (truncated)

Commits
  • 0f7f1d0 Upgrade to Jest 30
  • 433bdee Bump version to 2.34.1
  • 1c53783 Update node.js dependencies
  • c251c79 Fix pipe in get_sha256
  • 36fada6 Fix tool-cache directory on self-hosted runners
  • 27853eb Cleanup up PPA fallback mirror
  • 18b776e Update ppa filename to match apt-add-repository
  • 2ec652d Fix locking permissions in get function
  • 8d8f975 Pin hiredis version to 1.1 for relay [skip ci]
  • 12b910a Add support for COMPOSER_ALLOW_PLUGINS
  • Additional commits viewable in compare view

Updates actions/setup-node from 4.3.0 to 4.4.0

Release notes

Sourced from actions/setup-node's releases.

v4.4.0

What's Changed

Bug fixes:

Enhancement:

Dependency update:

New Contributors

Full Changelogactions/setup-node@v4...v4.4.0

Commits

Updates ramsey/composer-install from 3.1.0 to 3.1.1

Release notes

Sourced from ramsey/composer-install's releases.

3.1.1

What's Changed

Full Changelog: ramsey/composer-install@3.1.0...3.1.1

Commits
  • 3cf229d Update branch for codecov badge
  • 8c24b23 Update branch for build badge
  • d7e1308 Protect against unbound variables
  • 3561d3d Use the value of COMPOSER env var, if it exists
  • 705380e Use a .shellcheckrc file
  • 0211e1b Use latest PHP when running composer normalize
  • e527794 docs: fix misspelled parameter name in README
  • See full diff in compare view

Updates actions/download-artifact from 4.2.1 to 4.3.0

Release notes

Sourced from actions/download-artifact's releases.

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/download-artifact@v4.2.1...v4.3.0

Commits
  • d3f86a1 Merge pull request #404 from actions/robherley/v4.3.0
  • fc02353 prep for v4.3.0 release
  • 7745437 Merge pull request #402 from actions/joshmgross/download-by-id-example
  • 84fc7a0 Remove path filters from Check dist workflow
  • 67f2bc3 Fix workflow example for downloading by artifact ID
  • 8ea3c2c Merge pull request #401 from actions/download-by-id
  • d219c63 add supporting unit tests for artifact downloads with ids
  • 54124fb revert getArtifact() changes - for now we have to list and filter by artifa...
  • b83057b bundle
  • 171183c use the same artifactClient.getArtifact structure as seen above in `isSingl...
  • Additional commits viewable in compare view

Updates codecov/codecov-action from 5.4.0 to 5.4.3

Release notes

Sourced from codecov/codecov-action's releases.

v5.4.3

What's Changed

Full Changelog: codecov/codecov-action@v5.4.2...v5.4.3

v5.4.2

What's Changed

Full Changelog: codecov/codecov-action@v5.4.1...v5.4.2

v5.4.1

What's Changed

Full Changelog: codecov/codecov-action@v5.4.0...v5.4.1

v5.4.1-beta

What's Changed

Full Changelog: codecov/codecov-action@v5.4.0...v5.4.1-beta

Changelog

Sourced from codecov/codecov-action's changelog.

v5.4.3

What's Changed

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

v5.4.2

What's Changed

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

v5.4.1

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1

v5.4.0

What's Changed

Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0

... (truncated)

Commits

Updates slackapi/slack-github-action from 2.0.0 to 2.1.0

Release notes

Sourced from slackapi/slack-github-action's releases.

Slack Send v2.1.0

What's changed

This release improves error messages from odd payload parsings. An api option is now also available in inputs to change the destination of data with the method technique.

Read more on the new site for documentation: https://tools.slack.dev/slack-github-action/

👾 Enhancements

🐛 Bug fixes

📚 Documentation

🤖 Dependencies

... (truncated)

Commits
  • b0fa283 Release
  • 47b1876 chore(release): tag version 2.1.0 (#438)
  • ab965e5 fix: include cause of parsing errors in action output logs (#431)
  • c7dafcf fix: require a custom 'api' url to send to instead of absolute urls as a 'met...
  • 4fc20be build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#437)
  • 54c2553 build(deps): bump actions/create-github-app-token from 1 to 2 (#436)
  • 9472fc6 build(deps): bump axios from 1.8.4 to 1.9.0 (#435)
  • c34c4e8 build(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#434)
  • f473c97 build(deps-dev): bump @​types/node from 22.13.14 to 22.15.3 (#433)
  • aef4dbb docs: update casing of Github to GitHub (#430)
  • Additional commits viewable in compare view

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 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 <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

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 25, 2025
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch 2 times, most recently from 8b11a1b to 0a263c3 Compare June 25, 2025 02:12
@desrosj
Copy link
Copy Markdown
Owner

desrosj commented Jun 25, 2025

@dependabot rebase.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch from 0a263c3 to 802a1b2 Compare June 25, 2025 02:38
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch 3 times, most recently from 7cc0be9 to 240db97 Compare July 2, 2025 20:39
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch from 240db97 to 460a1bc Compare July 3, 2025 00:21
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch from 460a1bc to 7989449 Compare July 3, 2025 00:58
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jul 22, 2025

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch from 7989449 to fd0a0ab Compare July 25, 2025 04:26
@github-actions
Copy link
Copy Markdown

The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the props-bot label.

Core Committers: Use this line as a base for the props when committing in SVN:

Props desrosj.

To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook.

Bumps the github-actions group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php) | `2.32.0` | `2.34.1` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4.3.0` | `4.4.0` |
| [ramsey/composer-install](https://github.com/ramsey/composer-install) | `3.1.0` | `3.1.1` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4.2.1` | `4.3.0` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action) | `5.4.0` | `5.4.3` |
| [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) | `2.0.0` | `2.1.0` |


Updates `shivammathur/setup-php` from 2.32.0 to 2.34.1
- [Release notes](https://github.com/shivammathur/setup-php/releases)
- [Commits](shivammathur/setup-php@9e72090...0f7f1d0)

Updates `actions/setup-node` from 4.3.0 to 4.4.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@cdca736...49933ea)

Updates `ramsey/composer-install` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/ramsey/composer-install/releases)
- [Commits](ramsey/composer-install@a2636af...3cf229d)

Updates `actions/download-artifact` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@95815c3...d3f86a1)

Updates `codecov/codecov-action` from 5.4.0 to 5.4.3
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](codecov/codecov-action@0565863...18283e0)

Updates `slackapi/slack-github-action` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@485a9d4...b0fa283)

---
updated-dependencies:
- dependency-name: shivammathur/setup-php
  dependency-version: 2.34.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: actions/setup-node
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: ramsey/composer-install
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: actions/download-artifact
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: codecov/codecov-action
  dependency-version: 5.4.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: slackapi/slack-github-action
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/github-actions-5863ee18e7 branch from fd0a0ab to a7abd6d Compare July 28, 2025 06:23
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 8, 2025

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot Bot closed this Aug 8, 2025
@dependabot dependabot Bot deleted the dependabot/github_actions/github-actions-5863ee18e7 branch August 8, 2025 04:25
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