Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 24, 2025

Bumps the actions-dependencies group with 2 updates in the / directory: actions/checkout and appleboy/ssh-action.

Updates actions/checkout from 5 to 6

Release notes

Sourced from actions/checkout's releases.

v6.0.0

What's Changed

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

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

v5.0.1

What's Changed

Full Changelog: actions/checkout@v5...v5.0.1

Changelog

Sourced from actions/checkout's changelog.

Changelog

V6.0.0

V5.0.1

V5.0.0

V4.3.1

V4.3.0

v4.2.2

v4.2.1

v4.2.0

v4.1.7

v4.1.6

v4.1.5

... (truncated)

Commits

Updates appleboy/ssh-action from 1.1.0 to 1.2.3

Release notes

Sourced from appleboy/ssh-action's releases.

v1.2.3

Changelog

Features

  • 20d5c5bbc91841863c09aaa3a6797061bbf148a4: feat: add configurable curl insecure flag to GitHub action (@​appleboy)

Bug fixes

  • 170eebb2ee3ce82216b41e857a289e0dca842c08: fix: enhance binary download flow with robust error handling (#394) (@​appleboy)

Enhancements

  • b27b9f8968f508f19656348e47e978c4686dbd2f: chore: refactor system to improve efficiency and update API usage (@​appleboy)
  • 0e19dd962da42eb2f2b775d6e133dc9dfd424aa6: chore: improve robustness and consistency across multiple scripts (@​appleboy)

Refactor

  • b6690ee817812c18c1bcc05cd08d0011e6aabc63: refactor: improve error handling and code readability across scripts (#374) (@​appleboy)

Build process updates

  • 2b3c6504b3e1405c32b38787b6d20b223a1ecebc: ci: unify and enhance GitHub workflow configurations (@​appleboy)
  • ffd1eec36471c1bfbebcf1941411db862c9b0e38: ci: add workflow step for multi-command SSH testing (#386) (@​appleboy)
  • 53f5c5cedfd3f9032989483701c0a25764f2d4e3: ci: add automated Trivy security scanning via GitHub Actions (@​appleboy)

Documentation updates

  • 52a1840ca6cafe7e0e1e15e8649b935ba4e33077: docs: update SSH action version to v1 in all README files (#372) (@​appleboy)
  • 689de3cf649b7be1e792eeea9fc0571dcc0c3e4f: docs: improve CLI messaging and error clarity for users (@​appleboy)
  • 9ca1cd21746f53919166547633817ce20c8b5394: docs: document the new curl_insecure configuration option (@​appleboy)
  • bd83ba7e2b3b59ec4007ddc30c72ef12e5d2fff7: docs: document and configure drone-ssh version usage (#381) (@​appleboy)
  • b80f638dc49d3b3a0321d26532f97c8eecb7276b: docs: rewrite and unify documentation across all supported languages (@​appleboy)
  • c7fbbc9208e4020c3b78e5db9e7042248c991866: docs: add table of contents to multilingual README files (@​appleboy)
  • 4d84f0522a5d50416e14452c3285361e7fdff665: docs: revamp and unify multi-language readme documentation (@​appleboy)
  • 8f3cc07719a6ef0a247c6a0b146041bf14ea6211: docs: add comprehensive tables of contents to all README files (@​appleboy)
  • 8745f9583c033551b991c73d76d23dd610c9f26e: docs: restructure and clarify parameter documentation across all readmes (@​appleboy)
  • 57f6f3556d4a3e900b37a8dcf9e06ec7da87d6e7: docs(readme): better wording for script_path property (#387) (@​kontur)
  • 3ca8a7c5359ac6ad91aa47f1946ece1c3b025004: docs: clarify script_path usage in Chinese remote execution docs (@​appleboy)
  • c680069d84038812d68d6f1360d230ea50fb6005: docs: add comprehensive documentation for project setup and usage (@​appleboy)
  • 91f3272fc5907f4699dcf59761eb622a07342f5a: docs: add Trivy security scan badge to all documentation (@​appleboy)

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)

... (truncated)

Commits
  • 91f3272 docs: add Trivy security scan badge to all documentation
  • 53f5c5c ci: add automated Trivy security scanning via GitHub Actions
  • 170eebb fix: enhance binary download flow with robust error handling (#394)
  • c680069 docs: add comprehensive documentation for project setup and usage
  • 3ca8a7c docs: clarify script_path usage in Chinese remote execution docs
  • 57f6f35 docs(readme): better wording for script_path property (#387)
  • ffd1eec ci: add workflow step for multi-command SSH testing (#386)
  • 8745f95 docs: restructure and clarify parameter documentation across all readmes
  • 8f3cc07 docs: add comprehensive tables of contents to all README files
  • 4d84f05 docs: revamp and unify multi-language readme documentation
  • 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 Nov 24, 2025
@dependabot dependabot bot force-pushed the dependabot/github_actions/actions-dependencies-541c9dfe61 branch from 0f57129 to 3ffe718 Compare December 22, 2025 21:14
…ith 2 updates

Bumps the actions-dependencies group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [appleboy/ssh-action](https://github.com/appleboy/ssh-action).


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

Updates `appleboy/ssh-action` from 1.1.0 to 1.2.3
- [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.3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: actions-dependencies
- dependency-name: appleboy/ssh-action
  dependency-version: 1.2.3
  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-541c9dfe61 branch from 3ffe718 to 3ccda5e Compare December 29, 2025 21:10
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