Bump the github-actions group across 1 directory with 6 updates
Type: Pull Request
State: Open
Association: None
Comments: 0
(about 1 year ago)
(about 1 year ago)
dependencies github_actions
Bumps the github-actions group with 6 updates in the / directory:
| Package | From | To |
|---|---|---|
| shivammathur/setup-php | 2.32.0 |
2.33.0 |
| 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.33.0
Release notes
Sourced from shivammathur/setup-php's releases.
2.33.0
Changelog
- Added support for Arm Ubuntu runners
ubuntu-24.04-armandubuntu-22.04-arm. (#848)jobs: run: runs-on: ubuntu-24.04-arm # or ubuntu-22.04-arm steps: - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4'
Dropped support for Ubuntu 20.04 (
ubuntu-20.04) for both GitHub hosted and self-hosted runners. Please migrate your workflows toubuntu-22.04orubuntu-24.04. (#939) Ref: https://github.com/shivammathur/setup-php#github-hosted-runnersImproved support for installing PHPUnit around new releases. Now setup-php will fallback to the previous release till new release is available on the phpunit.de website after it is tagged. (#913, #938)
- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' tools: phpunit
Switched to using https://ppa.launchpadcontent.net for launchpad PPAs instead of http://ppa.launchpad.net. (#927, #928)
Added a fallback to calling launchpad's API for getting PPA signatures to reduce reported failures on self-hosted runners. (#935)
Added support for specifying tools' directory using
TOOLS_DIRenv. (#937)- name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.4' env: TOOLS_DIR: '/tmp/tools'
Fixed cache support for
openswoole. (#917, shivammathur/cache-extensions#47)Fixed the version of
composer-normalizein the logs. (#899)- name: Setup PHP </tr></table>
... (truncated)
Commits
cf4cadeDrop support for ubuntu-20.04 [skip ci]316da6eFix phalcon and zephir_parser support on Windows34061faFix relay support on macOSb7bd9e4Bump version to 2.33.078e1c95feat: set this via an environment variable instead310e481feat: allow tools path directory to be set42a9487Fix pdo_ocif5d98d1Improve support for phalcon5 and zephir_parser1a94db5Update dependencies1489f57Merge pull request #928 from jg-development/main- 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:
- Make eslint-compact matcher compatible with Stylelint by
@FloEdelmannin actions/setup-node#98- Add support for indented eslint output by
@fregantein actions/setup-node#1245Enhancement:
- Support private mirrors by
@marco-ippolitoin actions/setup-node#1240Dependency update:
- Upgrade
@action/cachefrom 4.0.2 to 4.0.3 by@aparnajyothi-yin actions/setup-node#1262New Contributors
@FloEdelmannmade their first contribution in actions/setup-node#98@fregantemade their first contribution in actions/setup-node#1245@marco-ippolitomade their first contribution in actions/setup-node#1240Full Changelog: https://github.com/actions/setup-node/compare/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
- Use the value of the
COMPOSERenvironment variable if it exists; fixes ramsey/composer-install#264Full Changelog: https://github.com/ramsey/composer-install/compare/3.1.0...3.1.1
Commits
3cf229dUpdate branch for codecov badge8c24b23Update branch for build badged7e1308Protect against unbound variables3561d3dUse the value of COMPOSER env var, if it exists705380eUse a .shellcheckrc file0211e1bUse latest PHP when running composer normalizee527794docs: 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
- feat: implement new
artifact-idsinput by@GrantBirkiin actions/download-artifact#401- Fix workflow example for downloading by artifact ID by
@joshmgrossin actions/download-artifact#402- Prep for v4.3.0 release by
@robherleyin actions/download-artifact#404New Contributors
@GrantBirkimade their first contribution in actions/download-artifact#401Full Changelog: https://github.com/actions/download-artifact/compare/v4.2.1...v4.3.0
Commits
d3f86a1Merge pull request #404 from actions/robherley/v4.3.0fc02353prep for v4.3.0 release7745437Merge pull request #402 from actions/joshmgross/download-by-id-example84fc7a0Remove path filters from Check dist workflow67f2bc3Fix workflow example for downloading by artifact ID8ea3c2cMerge pull request #401 from actions/download-by-idd219c63add supporting unit tests for artifact downloads with ids54124fbrevertgetArtifact()changes - for now we have to list and filter by artifa...b83057bbundle171183cuse the sameartifactClient.getArtifactstructure 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
- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@dependabotin codecov/codecov-action#1822- chore(release): 5.4.3 by
@thomasrockhu-codecovin codecov/codecov-action#1827Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.2...v5.4.3
v5.4.2
What's Changed
- fix: hotfix oidc by
@thomasrockhu-codecovin codecov/codecov-action#1813Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.1...v5.4.2
v5.4.1
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- chore(release): 5.4.1 by
@thomasrockhu-codecovin codecov/codecov-action#1810Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1
v5.4.1-beta
What's Changed
- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@dependabotin codecov/codecov-action#1786- chore(release): wrapper -0.2.1 by
@codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@dependabotin codecov/codecov-action#1798- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@dependabotin codecov/codecov-action#1797- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@dependabotin codecov/codecov-action#1803Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0...v5.4.1-beta
Changelog
Sourced from codecov/codecov-action's changelog.
v5.4.3
What's Changed
- build(deps): bump github/codeql-action from 3.28.13 to 3.28.17 by
@app/dependabotin codecov/codecov-action#1822- fix: OIDC on forks by
@joseph-sentryin codecov/codecov-action#1823Full 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
- fix: use the github core methods by
@thomasrockhu-codecovin codecov/codecov-action#1807- build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 by
@app/dependabotin codecov/codecov-action#1803- build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 by
@app/dependabotin codecov/codecov-action#1797- build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 by
@app/dependabotin codecov/codecov-action#1798- chore(release): wrapper -0.2.1 by
@app/codecov-releaser-appin codecov/codecov-action#1788- build(deps): bump github/codeql-action from 3.28.10 to 3.28.11 by
@app/dependabotin codecov/codecov-action#1786Full Changelog: https://github.com/codecov/codecov-action/compare/v5.4.0..v5.4.1
v5.4.0
What's Changed
- update wrapper submodule to 0.2.0, add recurse_submodules arg by
@matt-codecovin codecov/codecov-action#1780- build(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by
@app/dependabotin codecov/codecov-action#1775- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@app/dependabotin codecov/codecov-action#1776- build(deps): bump github/codeql-action from 3.28.9 to 3.28.10 by
@app/dependabotin codecov/codecov-action#1777- Clarify in README that
use_pypibypasses integrity checks too by@webknjazin codecov/codecov-action#1773- Fix use of safe.directory inside containers by
@Flamefirein codecov/codecov-action#1768- Fix description for report_type input by
@craigscott-crascitin codecov/codecov-action#1770- build(deps): bump github/codeql-action from 3.28.8 to 3.28.9 by
@app/dependabotin codecov/codecov-action#1765- Fix a typo in the example by
@miranskain codecov/codecov-action#1758- build(deps): bump github/codeql-action from 3.28.5 to 3.28.8 by
@app/dependabotin codecov/codecov-action#1757- build(deps): bump github/codeql-action from 3.28.1 to 3.28.5 by
@app/dependabotin codecov/codecov-action#1753Full Changelog: https://github.com/codecov/codecov-action/compare/v5.3.1..v5.4.0
... (truncated)
Commits
18283e0chore(release): 5.4.3 (#1827)525fcbfbuild(deps): bump github/codeql-action from 3.28.13 to 3.28.17 (#1822)b203f00fix: OIDC on forks (#1823)ad3126efix: hotfix oidc (#1813)cf3f51achore(release): 5.4.1 (#1810)e4cdabafix: use the github core methods (#1807)f95a404build(deps): bump github/codeql-action from 3.28.12 to 3.28.13 (#1803)ea99328build(deps): bump github/codeql-action from 3.28.11 to 3.28.12 (#1797)13d0469build(deps): bump actions/upload-artifact from 4.6.1 to 4.6.2 (#1798)3440e5echore(release): wrapper -0.2.1 (#1788)- Additional commits viewable in compare view
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
payloadparsings. Anapioption is now also available in inputs to change the destination of data with themethodtechnique.Read more on the new site for documentation: https://tools.slack.dev/slack-github-action/
👾 Enhancements
- feat: include an 'api' option to customize the slack api method url in slackapi/slack-github-action#409 - Thanks
@zimeg!🐛 Bug fixes
- fix: avoid erroring if conflicting techniques are set from environment variables in slackapi/slack-github-action#374 - Thanks
@zimeg!- fix: require a custom 'api' url to send to instead of absolute urls as a 'method' in slackapi/slack-github-action#420 - Thanks
@zimeg!- fix: include cause of parsing errors in action output logs in slackapi/slack-github-action#431 - Thanks
@zimeg!📚 Documentation
- docs: fix incorrect parameter name in uploadV2 (channel -> channel_id) in slackapi/slack-github-action#371 - Thanks
@topkim993!- docs: showcase updated use cases in example workflows in slackapi/slack-github-action#376 - Thanks
@zimeg!- docs: include versioning details and migration guides in the readme in slackapi/slack-github-action#410 - Thanks
@zimeg!- docs: organize documentation as markdown files to match web pages in slackapi/slack-github-action#422 - Thanks
@slackapi!- docs: shortens readme due to new tools site docs in slackapi/slack-github-action#424 - Thanks
@lukegalbraithrussell!- docs: pulls out variables into separate page in slackapi/slack-github-action#425 - Thanks
@lukegalbraithrussell!- ci: synchronize documentation pages on the tools.slack.dev site after changes in slackapi/slack-github-action#423 - Thanks
@lukegalbraithrussell!- docs: update links to go to new api docs site in slackapi/slack-github-action#428 - Thanks
@slackapi!- docs: update casing of Github to GitHub in slackapi/slack-github-action#430 - Thanks
@slackapi!🤖 Dependencies
- build(deps): bump axios from 1.7.7 to 1.7.8 in slackapi/slack-github-action#369 - Thanks
@dependabot!- build(deps): bump codecov/codecov-action from 4.6.0 to 5.0.7 in slackapi/slack-github-action#365 - Thanks
@dependabot!- build(deps): bump https-proxy-agent from 7.0.5 to 7.0.6 in slackapi/slack-github-action#379 - Thanks
@dependabot!- build(deps): bump axios from 1.7.8 to 1.7.9 in slackapi/slack-github-action#382 - Thanks
@dependabot!- build(deps): bump codecov/codecov-action from 5.0.7 to 5.1.2 in slackapi/slack-github-action#384 - Thanks
@dependabot!- build(deps): bump
@slack/web-apifrom 7.7.0 to 7.8.0 in slackapi/slack-github-action#392 - Thanks@dependabot!- build(deps): bump codecov/codecov-action from 5.1.2 to 5.3.1 in slackapi/slack-github-action#394 - Thanks
@dependabot!- build(deps): bump undici from 5.28.4 to 5.28.5 in slackapi/slack-github-action#396 - Thanks
@dependabot!- build(deps): bump axios from 1.7.9 to 1.8.1 in slackapi/slack-github-action#399 - Thanks
@dependabot!- build(deps): bump codecov/codecov-action from 5.3.1 to 5.4.0 in slackapi/slack-github-action#403 - Thanks
@dependabot!- build(deps): bump
@octokit/request-errorfrom 5.0.1 to 5.1.1 in slackapi/slack-github-action#404 - Thanks@dependabot!- build(deps): bump
@octokit/plugin-paginate-restfrom 9.1.5 to 9.2.2 in slackapi/slack-github-action#405 - Thanks@dependabot!- build(deps): bump
@octokit/requestfrom 8.1.6 to 8.4.1 in slackapi/slack-github-action#406 - Thanks@dependabot!- build(deps): bump axios from 1.8.1 to 1.8.2 to address CVE-2025-27152 in slackapi/slack-github-action#407 - Thanks
@dependabot!- build(deps): bump cross-spawn from 7.0.3 to 7.0.6 in slackapi/slack-github-action#415 - Thanks
@zimeg!- build(deps): bump
@slack/web-apifrom 7.8.0 to 7.9.1 in slackapi/slack-github-action#419 - Thanks@dependabot!- build(deps): bump axios from 1.8.4 to 1.9.0 in slackapi/slack-github-action#435 - Thanks
@dependabot!- build(deps): bump actions/create-github-app-token from 1 to 2 in slackapi/slack-github-action#436 - Thanks
@dependabot!- build(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 in slackapi/slack-github-action#437 - Thanks
@dependabot!
... (truncated)
Commits
b0fa283Release47b1876chore(release): tag version 2.1.0 (#438)ab965e5fix: include cause of parsing errors in action output logs (#431)c7dafcffix: require a custom 'api' url to send to instead of absolute urls as a 'met...4fc20bebuild(deps): bump codecov/codecov-action from 5.4.0 to 5.4.2 (#437)54c2553build(deps): bump actions/create-github-app-token from 1 to 2 (#436)9472fc6build(deps): bump axios from 1.8.4 to 1.9.0 (#435)c34c4e8build(deps-dev): bump typescript from 5.8.2 to 5.8.3 (#434)f473c97build(deps-dev): bump@types/nodefrom 22.13.14 to 22.15.3 (#433)aef4dbbdocs: 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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
Pull Request Statistics
1
20
+33
-33
Package Dependencies
actions/download-artifact
actions
4.2.1 → 4.3.0
Minor
slackapi/slack-github-action
actions
2.0.0 → 2.1.0
Minor
shivammathur/setup-php
actions
2.32.0 → 2.33.0
Minor
ramsey/composer-install
actions
3.1.0 → 3.1.1
Patch
Technical Details
| ID: | 670618 |
| UUID: | 2544922530 |
| Node ID: | PR_kwDOFjUyGc6XsG-i |
| Host: | GitHub |
| Repository: | costdev/wordpress-develop |
| Merge State: | Unknown |