Skip to content

chore(deps): обновление зависимостей#52

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zavisimostej
Open

chore(deps): обновление зависимостей#52
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/zavisimostej

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 8, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Type Update Change
actions/checkout action major v4v6
actions/setup-node action major v4v6
actions/setup-python action major v5v6
appleboy/ssh-action action minor v1.0.3v1.2.5
crazy-max/ghaction-import-gpg action major v6v7
pnpm/action-setup action major v4.0.0v6.0.8
python uses-with minor 3.10.53.14.5

Release Notes

actions/checkout (actions/checkout)

v6.0.2

Compare Source

v6.0.1

Compare Source

v6.0.0

Compare Source

v6

Compare Source

v5.0.1

Compare Source

What's Changed

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

v5.0.0

Compare Source

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

v5

Compare Source

v4.3.1

Compare Source

What's Changed

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

v4.3.0

Compare Source

What's Changed
New Contributors

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

v4.2.2

Compare Source

v4.2.1

Compare Source

v4.2.0

Compare Source

v4.1.7

Compare Source

v4.1.6

Compare Source

v4.1.5

Compare Source

v4.1.4

Compare Source

v4.1.3

Compare Source

v4.1.2

Compare Source

  • Fix: Disable sparse checkout whenever sparse-checkout option is not present @​dscho in #​1598

v4.1.1

Compare Source

v4.1.0

Compare Source

actions/setup-node (actions/setup-node)

v6.4.0

Compare Source

v6.3.0

Compare Source

What's Changed

Enhancements:

When using node-version-file: package.json, setup-node now prefers devEngines.runtime over engines.node.

Dependency updates:
Bug fixes:

New Contributors

Full Changelog: actions/setup-node@v6...v6.3.0

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed

Enhancement:
Dependency updates:
Documentation update:

Full Changelog: actions/setup-node@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

Dependency Upgrades

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

v6

Compare Source

v5.0.0

Compare Source

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

v5

Compare Source

v4.4.0

Compare Source

What's Changed
Bug fixes:
Enhancement:
Dependency update:
New Contributors

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

v4.3.0

Compare Source

What's Changed
Dependency updates
New Contributors

Full Changelog: actions/setup-node@v4...v4.3.0

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.2.0

v4.1.0

Compare Source

What's Changed
  • Resolve High Security Alerts by upgrading Dependencies by @​aparnajyothi-y in #​1132
  • Upgrade IA Publish by @​Jcambass in #​1134
  • Revise isGhes logic by @​jww3 in #​1148
  • Add architecture to cache key by @​pengx17 in #​843
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
New Contributors

Full Changelog: actions/setup-node@v4...v4.1.0

v4.0.4

Compare Source

What's Changed
Documentation changes:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.4

v4.0.3

Compare Source

What's Changed
Bug fixes:
Documentation changes:
Dependency updates:
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.3

v4.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4.0.1...v4.0.2

v4.0.1

Compare Source

What's Changed
New Contributors

Full Changelog: actions/setup-node@v4...v4.0.1

actions/setup-python (actions/setup-python)

v6.2.0

Compare Source

v6.1.0

Compare Source

What's Changed
Enhancements:
Dependency and Documentation updates:
New Contributors

Full Changelog: actions/setup-python@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

Breaking Changes

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

Enhancements:
Bug fixes:
Dependency updates:

New Contributors

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

v6

Compare Source

v5.6.0

Compare Source

What's Changed

Full Changelog: actions/setup-python@v5...v5.6.0

v5.5.0

Compare Source

What's Changed

Enhancements:
Bug fixes:
  • Fix architecture for pypy on Linux ARM64 by @​mayeut in #​1011
    This update maps arm64 to aarch64 for Linux ARM64 PyPy installations.
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.5.0

v5.4.0

Compare Source

What's Changed

Enhancements:
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.4.0

v5.3.0

Compare Source

What's Changed

Bug Fixes:
Enhancements:

New Contributors

Full Changelog: actions/setup-python@v5...v5.3.0

v5.2.0

Compare Source

What's Changed

Bug fixes:
  • Add .zip extension to Windows package downloads for Expand-Archive Compatibility by @​priyagupta108 in #​916
    This addresses compatibility issues on Windows self-hosted runners by ensuring that the filenames for Python and PyPy package downloads explicitly include the .zip extension, allowing the Expand-Archive command to function correctly.
  • Add arch to cache key by @​Zxilly in #​896
    This addresses issues with caching by adding the architecture (arch) to the cache key, ensuring that cache keys are accurate to prevent conflicts.
    Note: This change may break previous cache keys as they will no longer be compatible with the new format.
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.2.0

v5.1.1

Compare Source

What's Changed

Bug fixes:
  • fix(ci): update all failing workflows by @​mayeut in #​863
    This update ensures compatibility and optimal performance of workflows on the latest macOS version.
Documentation changes:
Dependency updates:

New Contributors

Full Changelog: actions/setup-python@v5...v5.1.1

v5.1.0

Compare Source

What's Changed

New Contributors

Full Changelog: actions/setup-python@v5.0.0...v5.1.0

appleboy/ssh-action (appleboy/ssh-action)

v1.2.5

Compare Source

Changelog

Refactor
Documentation updates
  • 23bd972: docs: update README and assets for new SSH agent workflow (@​appleboy)
  • 8e460a2: docs: improve documentation table formatting for output descriptions ([@​apple

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone Europe/Moscow)

  • Branch creation
    • "after 1am and before 5am on monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot requested review from a team as code owners June 8, 2025 22:55
@renovate renovate Bot requested review from ALKOTS and removed request for a team June 8, 2025 22:55
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 9e660e4 to 6f7b534 Compare June 12, 2025 05:30
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 2 times, most recently from 8c064da to 65c2682 Compare August 11, 2025 17:56
@renovate renovate Bot requested a review from ExEr7um as a code owner August 11, 2025 17:56
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 65c2682 to 29b728e Compare August 15, 2025 04:41
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 29b728e to d5080f5 Compare September 4, 2025 06:02
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 3 times, most recently from d497db1 to 971d84c Compare October 14, 2025 05:48
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 971d84c to 3dcae31 Compare November 8, 2025 05:46
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 3dcae31 to f949bef Compare November 20, 2025 16:55
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 2 times, most recently from e26313d to 4d04ac0 Compare December 3, 2025 04:38
@memew1se memew1se closed this Dec 3, 2025
@memew1se memew1se reopened this Dec 3, 2025
@memew1se memew1se removed request for a team and ExEr7um December 3, 2025 10:20
@ALKOTS ALKOTS requested review from ExEr7um and removed request for ALKOTS December 3, 2025 10:30
@ALKOTS ALKOTS assigned ExEr7um and unassigned ALKOTS and ExEr7um Dec 3, 2025
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 4d04ac0 to fccb81f Compare December 8, 2025 04:58
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from fccb81f to 26506e2 Compare January 28, 2026 05:35
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 26506e2 to 9c672c6 Compare February 4, 2026 17:32
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 9c672c6 to def06e3 Compare March 2, 2026 12:39
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 3 times, most recently from 01d42ea to 0f32933 Compare March 17, 2026 14:39
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 2 times, most recently from 392278a to d9a43b5 Compare April 10, 2026 21:37
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 2 times, most recently from 2a1f70c to 2b046ab Compare April 21, 2026 21:35
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 2 times, most recently from b48c433 to b6a1d39 Compare May 2, 2026 20:38
@renovate renovate Bot force-pushed the renovate/zavisimostej branch 3 times, most recently from 848a7af to 685af24 Compare May 11, 2026 13:14
| datasource      | package                       | from   | to     |
| --------------- | ----------------------------- | ------ | ------ |
| github-tags     | actions/checkout              | v4     | v6.0.2 |
| github-tags     | actions/setup-node            | v4     | v6.4.0 |
| github-tags     | actions/setup-python          | v5     | v6.2.0 |
| github-tags     | appleboy/ssh-action           | v1.0.3 | v1.2.5 |
| github-tags     | crazy-max/ghaction-import-gpg | v6     | v7.0.0 |
| github-tags     | pnpm/action-setup             | v4.0.0 | v6.0.8 |
| github-releases | actions/python-versions       | 3.10.5 | 3.14.5 |
@renovate renovate Bot force-pushed the renovate/zavisimostej branch from 685af24 to a4f8cd3 Compare May 12, 2026 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants