Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 27, 2025

Bumps the actions-dependencies group with 6 updates in the / directory:

Package From To
actions/checkout 4 5
actions/setup-node 4 6
actions/upload-artifact 4 5
actions/download-artifact 4 6
appleboy/scp-action 0.1.7 1.0.0
appleboy/ssh-action 1.1.0 1.2.2

Updates actions/checkout from 4 to 5

Release notes

Sourced from actions/checkout's releases.

v5.0.0

What's Changed

⚠️ Minimum Compatible Runner Version

v2.327.1
Release Notes

Make sure your runner is updated to this version or newer to use this release.

Full Changelog: actions/checkout@v4...v5.0.0

v4.3.0

What's Changed

New Contributors

Full Changelog: actions/checkout@v4...v4.3.0

v4.2.2

What's Changed

Full Changelog: actions/checkout@v4.2.1...v4.2.2

v4.2.1

What's Changed

New Contributors

Full Changelog: actions/checkout@v4.2.0...v4.2.1

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

V5.0.0

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

v4.1.4

v4.1.3

... (truncated)

Commits

Updates actions/setup-node from 4 to 6

Release notes

Sourced from actions/setup-node's releases.

v6.0.0

What's Changed

Breaking Changes

Dependency Upgrades

Full Changelog: actions/setup-node@v5...v6.0.0

v5.0.0

What's Changed

Breaking Changes

This update, introduces automatic caching when a valid packageManager field is present in your package.json. This aims to improve workflow performance and make dependency management more seamless. To disable this automatic caching, set package-manager-cache: false

steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
  with:
    package-manager-cache: false

Make sure your runner is on version v2.327.1 or later to ensure compatibility with this release. See Release Notes

Dependency Upgrades

New Contributors

Full Changelog: actions/setup-node@v4...v5.0.0

v4.4.0

... (truncated)

Commits

Updates actions/upload-artifact from 4 to 5

Release notes

Sourced from actions/upload-artifact's releases.

v5.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/upload-artifact@v4...v5.0.0

v4.6.2

What's Changed

New Contributors

Full Changelog: actions/upload-artifact@v4...v4.6.2

v4.6.1

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.1

v4.6.0

What's Changed

Full Changelog: actions/upload-artifact@v4...v4.6.0

v4.5.0

What's Changed

New Contributors

... (truncated)

Commits
  • 330a01c Merge pull request #734 from actions/danwkennedy/prepare-5.0.0
  • 03f2824 Update github.dep.yml
  • 905a1ec Prepare v5.0.0
  • 2d9f9cd Merge pull request #725 from patrikpolyak/patch-1
  • 9687587 Merge branch 'main' into patch-1
  • 2848b2c Merge pull request #727 from danwkennedy/patch-1
  • 9b51177 Spell out the first use of GHES
  • cd231ca Update GHES guidance to include reference to Node 20 version
  • de65e23 Merge pull request #712 from actions/nebuk89-patch-1
  • 8747d8c Update README.md
  • Additional commits viewable in compare view

Updates actions/download-artifact from 4 to 6

Release notes

Sourced from actions/download-artifact's releases.

v6.0.0

What's Changed

BREAKING CHANGE: this update supports Node v24.x. This is not a breaking change per-se but we're treating it as such.

New Contributors

Full Changelog: actions/download-artifact@v5...v6.0.0

v5.0.0

What's Changed

v5.0.0

🚨 Breaking Change

This release fixes an inconsistency in path behavior for single artifact downloads by ID. If you're downloading single artifacts by ID, the output path may change.

What Changed

Previously, single artifact downloads behaved differently depending on how you specified the artifact:

  • By name: name: my-artifact → extracted to path/ (direct)
  • By ID: artifact-ids: 12345 → extracted to path/my-artifact/ (nested)

Now both methods are consistent:

  • By name: name: my-artifact → extracted to path/ (unchanged)
  • By ID: artifact-ids: 12345 → extracted to path/ (fixed - now direct)

Migration Guide

✅ No Action Needed If:
  • You download artifacts by name
  • You download multiple artifacts by ID
  • You already use merge-multiple: true as a workaround
⚠️ Action Required If:

You download single artifacts by ID and your workflows expect the nested directory structure.

... (truncated)

Commits
  • 018cc2c Merge pull request #438 from actions/danwkennedy/prepare-6.0.0
  • 815651c Revert "Remove github.dep.yml"
  • bb3a066 Remove github.dep.yml
  • fa1ce46 Prepare v6.0.0
  • 4a24838 Merge pull request #431 from danwkennedy/patch-1
  • 5e3251c Readme: spell out the first use of GHES
  • abefc31 Merge pull request #424 from actions/yacaovsnc/update_readme
  • ac43a60 Update README with artifact extraction details
  • de96f46 Merge pull request #417 from actions/yacaovsnc/update_readme
  • 7993cb4 Remove migration guide for artifact download changes
  • Additional commits viewable in compare view

Updates appleboy/scp-action from 0.1.7 to 1.0.0

Release notes

Sourced from appleboy/scp-action's releases.

v1.0.0

Changelog

Features

  • 172d4632fe427b3e7d9120e1d98ef5e79c2925f7: feat(actions): improve API robustness and testing coverage (@​appleboy)
  • 98b7132065988dbffe4b543a609f3483ea3cf261: feat: migrate to composite action with dynamic drone-scp support (#197) (@​appleboy)

Others

  • b03d7257ae96fb1a5a3bacd3ce6836de20d71593: style: improve readability and functionality across multiple components (@​appleboy)

Enhancements

  • 699fa1181c488c41b46d1a3b4f36d165c67c71d7: chore(deps): bump tj-actions/changed-files from 41 to 42 (#165) (@​dependabot[bot])
  • f314a5399e8cd139438868bd604049643badc458: chore(deps): bump tj-actions/changed-files from 42 to 43 (#170) (@​dependabot[bot])
  • 9ba62064d28ce0897a970e72cdfe30b9fde2fe48: chore(deps): bump tj-actions/changed-files from 43 to 44 (#171) (@​dependabot[bot])
  • 7622c01418bb85cb0b93dc636050db7d64f90245: chore: update tj-actions/changed-files action version (@​appleboy)
  • 6aff6492ae1d8325e24e6cd5f0f7392aee9617b6: chore: bump default DRONE_SCP_VERSION to 1.8.0 (@​appleboy)

Refactor

  • 93e17a47f90c431216b99107bc5f77e74b0fe92a: refactor(actions): standardize configuration file formatting and defaults (@​appleboy)

Build process updates

  • c6ff96b7f6d4941429ff4b6aa5b9b0e1c7ff38ea: ci: implement automated release workflow with GoReleaser (@​appleboy)
  • f042d742db5dd7c2fc7e588f36cf0558cd921638: ci(github): improve system performance and stability (@​appleboy)
  • f5c6c234bdfbf684bf3ea3735eb27caf06794b07: ci: align workflow naming with updated testing conventions (@​appleboy)

Documentation updates

  • 9f34cc3e55716193b68f260db14c300d100e25f2: docs(readme): update dependency in example (#159) (@​ilyabrin)
  • ad9a378b7f4bbcd1987e09397c03ce91e770d162: docs(readme): enhance IP protocol configuration options (@​appleboy)
  • 4f2c27bbc2b4ea0d65964cd9793b05fa593a340f: docs: improve documentation and testing configurations (#193) (@​appleboy)
  • 2a829c0ed2e300ffdab24dc6c26998da3ddc8025: docs: improve API performance and update documentation (@​appleboy)
  • 3d59448764c0f94f80ffcfea943710c44b75cb43: docs: enhance SSH configuration documentation and testing (@​appleboy)
  • bc835cba55a1d2660060d9dedbc560a0aa23a444: docs: refine input descriptions for clarity and user guidance (@​appleboy)
  • e55e4eabdc67ed49269ffb7d0d234f9c83facbca: docs: refine and expand documentation for variable configuration (@​appleboy)
  • bf323b87290f84da784331d4b2ec2662b6a790a2: docs: overhaul and enrich documentation for clarity and onboarding (@​appleboy)
  • 17026f90b893f1e6ef4acfaf70d5a2c610bb9495: docs: add comprehensive Chinese documentation and localization support (@​appleboy)
  • 6b2d3092e33afb945be4e80af2cda12c88dcef2c: docs: update README badges to reference lint and test workflow (@​appleboy)
  • ff85246acaad7bdce478db94a363cd2bf7c90345: docs: update documentation to use latest scp-action version (@​appleboy)
Commits
  • ff85246 docs: update documentation to use latest scp-action version
  • 6aff649 chore: bump default DRONE_SCP_VERSION to 1.8.0
  • 6b2d309 docs: update README badges to reference lint and test workflow
  • f5c6c23 ci: align workflow naming with updated testing conventions
  • 17026f9 docs: add comprehensive Chinese documentation and localization support
  • bf323b8 docs: overhaul and enrich documentation for clarity and onboarding
  • e55e4ea docs: refine and expand documentation for variable configuration
  • bc835cb docs: refine input descriptions for clarity and user guidance
  • 98b7132 feat: migrate to composite action with dynamic drone-scp support (#197)
  • 3d59448 docs: enhance SSH configuration documentation and testing
  • Additional commits viewable in compare view

Updates appleboy/ssh-action from 1.1.0 to 1.2.2

Release notes

Sourced from appleboy/ssh-action's releases.

v1.2.2

Changelog

Enhancements

  • b0a8f324e192469585a608d1f586061cf28a6571: chore: bump DRONE_SSH version to 1.8.1 (@​appleboy)
  • 2ead5e36573f08b82fbfce1504f1a4b05a647c6f: chore: update action version across workflows and documentation (@​appleboy)

Documentation updates

  • 9817ef4a1793d4009d854d26cfb0ba4b615d5791: docs(readme): set -e for script_stop functionality (#368) (@​Setland34)
  • 92737056c0040ce12606ea20e76e4bcb9824d517: docs: improve documentation and defaults for execution and security (@​appleboy)
  • d99ccf8c09d72749f8eed879283eceea73f4ca6e: docs: improve documentation clarity and consistency (@​appleboy)
  • 01a53594ebd450be519b0d93972a7efca79d50ee: docs: enhance language support and improve documentation clarity (@​appleboy)
  • 48992f2e2c17668bdf29d9b0159c70758d39cd02: docs: prioritize English in language selection options (@​appleboy)
  • 039c9e07bb37b35054415f27cdbfd7645237832d: docs: update README with private key instructions in multiple languages (@​appleboy)
  • a0a032693916dbcde4f0dd3e881dc58c97e35180: docs: clarify parameter descriptions for improved documentation (@​appleboy)

v1.2.1

Changelog

Features

  • 102c0d2e5f9f4ec3afb6392f674a1ae9e970dea9: feat: capture stdout and store as output (#287) (@​GammaGames)

Enhancements

  • 8fdfeb034ef6e9033a8a4407975aedbc12a08737: chore(github): update appleboy/ssh-action to version v1.2.0 across workflows (@​appleboy)
  • 43d4ebbb72699ed0e9e8aeead91adfc4eac75ed6: chore: Add test to stable workflow for script_path (#347) (@​kyle-leonhard)
  • 8faa84277b88b6cd1455986f459aa66cf72bc8a3: chore: standardize formatting and update dependencies in workflows (@​appleboy)

Build process updates

  • 1c1ad10f6da46db2f81a68133f45b6a29317b741: ci(action): remove script stop functionality from project (#350) (@​appleboy)
  • e13c387332e012cca188219684f51e6ac401aa32: ci(action): display an environment variable with special characters (#351) (@​appleboy)
  • 66aa4d343bf909ac4fa0ac52f4e62a9adc354c95: ci: add SSH testing job to GitHub Actions workflow (#355) (@​appleboy)
  • 86aa40ddb7d085faad449ea3e1726b81949ef86b: ci: add SSH server testing to GitHub Actions workflow (@​appleboy)

Documentation updates

  • a8952ebe2a1428de1644645b937cea45ed655b67: docs(readme): update documentation for GitHub Actions and Docker support (@​appleboy)
  • cec69ef2315fa7868468f4283007628aa37a6b7e: docs(readme): standardize terminology and capitalization across project (@​appleboy)
  • a9e2fdf08d46817c815611f3989f7757048795bd: docs(readme): improve README structure and add new input variables (@​appleboy)
  • 6137f733fb6aad9941aaf990e4df5af3aef72d1c: docs: improve project documentation and organization (@​appleboy)
  • b76e6173e8c2787083cd8d94b715e6a01844d137: docs(readme): standardize and format README files across languages (@​appleboy)
  • 48531853a70097fbb21625def44933e73f9b3ec1: docs(readme): refactor README files to improve language link structure (@​appleboy)
  • 49751ff51697f88206b6c7a0f60f83d1a880b26d: docs: standardize script_file naming to script_path in documentation (#360) (@​appleboy)

v1.2.0

Changelog

Features

  • 703ffa3c1ee959aa3694ac64b3a8a9bfa38c2c20: feat(actions): enhance system performance and API integration (@​appleboy)

Bug fixes

  • 3f1416813d34f7167832a87fe9607a99b05622a7: fix: typo in success message (#340) (@​1ukastesar)
  • 25259c3d5059bb20c4b45bf5089d58098b0a5b93: fix: refactor and enhance API and testing infrastructure (@​appleboy)

Enhancements

  • bb32884d53eb81279b477ae19ecf3d319978c768: chore: enhance CI/CD workflows and documentation formatting (@​appleboy)
  • 362a7f1677aa40aaec6bb1d6fd119b2e080fd7f3: chore: support running commands from a file (#341) (@​kyle-leonhard)
  • 176437b5488c703fa41f14a89a8458192086f8f3: chore: refactor codebase for improved consistency and performance (@​appleboy)

Refactor

  • bf84378588277d5361a4cb8b7b3b42912fc3fcab: refactor: refactor codebase and improve API performance (@​appleboy)

Build process updates

... (truncated)

Commits
  • 2ead5e3 chore: update action version across workflows and documentation
  • a0a0326 docs: clarify parameter descriptions for improved documentation
  • b0a8f32 chore: bump DRONE_SSH version to 1.8.1
  • 039c9e0 docs: update README with private key instructions in multiple languages
  • 48992f2 docs: prioritize English in language selection options
  • 01a5359 docs: enhance language support and improve documentation clarity
  • d99ccf8 docs: improve documentation clarity and consistency
  • 9273705 docs: improve documentation and defaults for execution and security
  • 9817ef4 docs(readme): set -e for script_stop functionality (#368)
  • 8faa842 chore: standardize formatting and update dependencies in workflows
  • 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 Oct 27, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-dependencies-670c770256 branch from 18ae278 to 24da19d Compare November 10, 2025 17:36
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 17, 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 recreate.

…ith 6 updates

Bumps the actions-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4` | `5` |
| [actions/setup-node](https://github.com/actions/setup-node) | `4` | `6` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4` | `5` |
| [actions/download-artifact](https://github.com/actions/download-artifact) | `4` | `6` |
| [appleboy/scp-action](https://github.com/appleboy/scp-action) | `0.1.7` | `1.0.0` |
| [appleboy/ssh-action](https://github.com/appleboy/ssh-action) | `1.1.0` | `1.2.2` |



Updates `actions/checkout` from 4 to 5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v5)

Updates `actions/setup-node` from 4 to 6
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](actions/setup-node@v4...v6)

Updates `actions/upload-artifact` from 4 to 5
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4...v5)

Updates `actions/download-artifact` from 4 to 6
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](actions/download-artifact@v4...v6)

Updates `appleboy/scp-action` from 0.1.7 to 1.0.0
- [Release notes](https://github.com/appleboy/scp-action/releases)
- [Changelog](https://github.com/appleboy/scp-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/scp-action@v0.1.7...v1.0.0)

Updates `appleboy/ssh-action` from 1.1.0 to 1.2.2
- [Release notes](https://github.com/appleboy/ssh-action/releases)
- [Changelog](https://github.com/appleboy/ssh-action/blob/master/.goreleaser.yaml)
- [Commits](appleboy/ssh-action@v1.1.0...v1.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: actions/upload-artifact
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: actions/download-artifact
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: appleboy/scp-action
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: appleboy/ssh-action
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-dependencies-670c770256 branch from 24da19d to 6c5875c Compare November 24, 2025 18:36
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