Skip to content

Update actions/cache action to v6 - #37

Open
renovate[bot] wants to merge 1 commit into
devfrom
renovate/actions-cache-6.x
Open

Update actions/cache action to v6#37
renovate[bot] wants to merge 1 commit into
devfrom
renovate/actions-cache-6.x

Conversation

@renovate

@renovate renovate Bot commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
actions/cache action major v4v6

Release Notes

actions/cache (actions/cache)

v6.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v6...v6.1.0

v6.0.0

Compare Source

What's Changed

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

v6

Compare Source

v5.1.0

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.1.0

v5.0.5

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.5

v5.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: actions/cache@v5...v5.0.4

v5.0.3

Compare Source

What's Changed

Full Changelog: actions/cache@v5...v5.0.3

v5.0.2: v.5.0.2

Compare Source

v5.0.2
What's Changed

When creating cache entries, 429s returned from the cache service will not be retried.

v5.0.1

Compare Source

[!IMPORTANT]
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


v5.0.1
What's Changed
v5.0.0
What's Changed

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

v5.0.0

Compare Source

[!IMPORTANT]
actions/cache@v5 runs on the Node.js 24 runtime and requires a minimum Actions Runner version of 2.327.1.

If you are using self-hosted runners, ensure they are updated before upgrading.


What's Changed

Full Changelog: actions/cache@v4.3.0...v5.0.0

v5

Compare Source


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • 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.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

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

@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown

The bots have spoken! Here's the summary of their findings. 🗣️

I've aggregated the results of the automated checks for this PR below.

🔍 Lint

I've finished the heavy lifting on this check. 🏋️‍♂️

ruff: issues found — see job log

🌍 Locale Build

I've tidied up the results for you. 🧹

✅ Locale properly configured (1 files, 1 languages)

Locale directories found:

  • ovos_tts_plugin_mimic/locale

Localization coverage:

  • ovos_tts_plugin_mimic/locale: 1 files in 1 languages (en-US)

pyproject.toml:[tool.setuptools.package-data.ovos_tts_plugin_mimic] includes locale

  • locale/**/*

Build manifest: ✅ 1 locale files included in package

⚖️ License Check

Checking the pedigree of your dependencies. 🐕

✅ No license violations found.

Policy: Apache 2.0 (universal donor). StrongCopyleft / NetworkCopyleft / WeakCopyleft / Other / Error categories fail. MPL allowed.

📊 Coverage

Ensuring the logic is battle-tested. ⚔️

57.6% total coverage

Per-file coverage (2 files)
File Coverage Missing lines
ovos_tts_plugin_mimic/version.py 0.0% 7
ovos_tts_plugin_mimic/__init__.py 61.3% 43

🔌 Plugin Detection

Your plugin is ready to join the ecosystem! ✅

Plugin Status: ERRORS (1)

Plugin Info:

  • Name: ovos-tts-plugin-mimic
  • Description: mimic tts plugin for OpenVoiceOS

Plugin Types: tts, tts.config, g2p

OPM Detection:

Plugin Type Wheel Editable
g2p
tts
tts.config

Entry Point Validation:

Entry Point Type Import Interface
ovos-g2p-plugin-mimic g2p
ovos-tts-plugin-mimic tts ✅ 1305ms
ovos-tts-plugin-mimic.config tts.config

⊘ No settingsmeta.json

Issues:

  • ❌ Import time for ovos-tts-plugin-mimic exceeds 500ms (1305ms)
  • ⚠️ No settingsmeta.json found
  • ⚠️ No settingsmeta.json found

🔒 Security (pip-audit)

Evaluating the risk associated with these changes. ⚖️

✅ No known vulnerabilities found (66 packages scanned).

🏷️ Release Preview

A sneak peek at the future of OpenVoiceOS. 🔮

Current: 0.4.0a1Next: 0.4.0a2

Signal Value
Label (none)
PR title Update actions/cache action to v6
Bump alpha

⚠️ No conventional commit prefix — alpha-only bump.
Suggested: fix: update the thing or feat: update the thing


🚀 Release Channel Compatibility

Predicted next version: 0.4.0a2

Channel Status Note Current Constraint
Stable Not in channel -
Testing Compatible ovos-tts-plugin-mimic>=0.2.8,<1.0.0
Alpha Compatible ovos-tts-plugin-mimic>=0.4.0a1

📋 Repo Health

A holistic review of the repository's wellbeing. 🧘

✅ All required files present.

Latest Version: 0.4.0a1

ovos_tts_plugin_mimic/version.py — Version file
README.md — README
LICENSE — License file
pyproject.toml — pyproject.toml
⚠️ setup.py — setup.py
CHANGELOG.md — Changelog
ovos_tts_plugin_mimic/version.py has valid version block markers

🔨 Build Tests

Checking if the code is properly tempered. ⚔️

✅ All versions pass

Python Build Install
3.10
3.11
3.12
3.13
3.14

🗣️ TTS Intelligibility

Speech-to-self check: how faithful is the synthesis? 🪞

1/1 passed

Reference STT: faster-whisper tiny. Report-only threshold TTS_MAX_WER=0.5. Lower WER/CER is better.

Voice Lang Mean WER Mean CER Utterances
default en-US 0.073 0.052 5

✅ All voices within TTS_MAX_WER=0.5 (worst mean WER 0.073).


Just doing my bit for the OpenVoiceOS ecosystem. 🌍

@renovate
renovate Bot force-pushed the renovate/actions-cache-6.x branch from cbef5e6 to 22b7944 Compare July 21, 2026 03:50
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.

0 participants