Skip to content

Bump actions/checkout from 4 to 6#1

Open
dependabot[bot] wants to merge 32 commits into
mainfrom
dependabot/github_actions/actions/checkout-6
Open

Bump actions/checkout from 4 to 6#1
dependabot[bot] wants to merge 32 commits into
mainfrom
dependabot/github_actions/actions/checkout-6

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 10, 2026

Bumps actions/checkout from 4 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

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.1

What's Changed

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

v4.3.0

What's Changed

... (truncated)

Changelog

Sourced from actions/checkout's changelog.

Changelog

v6.0.2

v6.0.1

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

... (truncated)

Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

gritaro and others added 28 commits February 13, 2024 13:37
Added funny GitHub badges
- Fix requirements;
- Rename param auth_data to api_key;
- Refactor config-flow to support multiple LLM engines
- Added YandexGPT and OpenAI
- Basic support for models parameters
- Correct README
Add support for multiple LLM engines
Bump version to 0.1.2
- Rollback from community to official gigachain library
Add support for completion models configuration
- Add support for choosing models;
- Support max_tokens;
- Add ability to skip auth validation (for testing purposes);
- Added EN readme
Add support for choosing models
* Support inbuilt functionality for controlling home-assistant

Inherited from default-agent

* Add ability to switch off chat history

* Add back HACS Actions
default conversation agent instantiation method was changed
* rc-0.1.8 fix version conflict

resolve versions conflict

* rc-0.1.8 remove anyscale

remove anyscale support
- Migrate from AbstractConversationAgent to ConversationEntity with
  _async_handle_message(user_input, chat_log) and ChatLog/AssistantContent API
- Add conversation.py with GigaChainConversationEntity
- Simplify __init__.py to use async_forward_entry_setups/async_unload_platforms
- Add 20 tests (11 config flow + 9 conversation entity) with
  pytest-homeassistant-custom-component
- Add CHANGELOG.md based on git commit history
- Add full technical documentation (docs/DOCUMENTATION.md)
- Fix blocking LLM call, memory leak, deprecated APIs, Anyscale removal
- Update to HA best practices: entry.runtime_data, ConfigFlowResult, @callback
- Update models (GigaChat-Max, gpt-4o), add verify_ssl option
- Add MIT LICENSE, pytest.ini, pre-commit ruff v0.9.7
- Update GitHub Actions to v4/v5, Python 3.12, ruff lint
- Remove dead code: Anyscale, test-model.py, duplicate workflows
- Version bump to 0.3.0

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
…penai, pytest в CI

- Удалён OrderedDict, история управляется нативным ChatLog HA
- _chatlog_to_langchain() для конвертации ChatLog ↔ LangChain messages
- GigaChat из langchain_gigachat, ChatOpenAI из langchain_openai
- Зависимости: langchain-gigachat>=0.3.0, langchain-openai>=0.3.0, langchain-community>=0.4.0
- Шаг pytest в push.yml и pull.yml
- 4 новых теста setup/unload (test_setup.py)
- Обновлены тесты conversation entity для ChatLog
- Итого: 26 тестов (11 config flow + 11 conversation + 4 setup)
- Обновлена документация для v0.4.0

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
- _attr_supports_streaming = True для потоковой генерации
- client.invoke() через executor заменён на client.astream() (async)
- _async_langchain_stream() конвертирует AIMessageChunk → HA delta dicts
- async_add_assistant_content_without_tools заменён на async_add_delta_content_stream
- 3 новых теста (streaming attr, stream conversion, empty chunks)
- Итого: 29 тестов (11 config flow + 14 conversation + 4 setup)
- Версия: 0.5.0

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Complete project rename to reflect multi-provider LLM support:
- Domain: gigachain -> smartchain
- Entity: GigaChainConversationEntity -> SmartChainConversationEntity
- New GitHub repo: ha-smartchain
- Updated all imports, translations, manifests, tests

Added AI Task entity (SmartChainAITaskEntity):
- Implements ai_task.AITaskEntity with _async_generate_data()
- Supports structured output (JSON parsing)
- Reuses conversation entity's LangChain streaming + tool calling
- For automation-driven text generation via ai_task.generate_data

All 34 tests passing.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Project conventions, architecture overview, testing and naming rules.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 10, 2026
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 10, 2026
dzerik and others added 4 commits March 10, 2026 18:50
…0.7.0)

- Added Platform.AI_TASK to __init__.py PLATFORMS
- Added ai_task to manifest.json dependencies
- Fixed codeowners to @dzerik, documentation URLs to dzerik/ha-smartchain
- Created test_ai_task.py with 7 tests:
  - test_ai_task_entity_init
  - test_generate_data_basic
  - test_generate_data_structured_json
  - test_generate_data_structured_invalid_json
  - test_generate_data_llm_error
  - test_generate_data_with_tools
  - test_generate_data_empty_response
- Fixed ruff lint (unused imports) and format issues
- Fixed noqa directives in test files
- Total: 41 tests, all passing

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
- Rewrote DOCUMENTATION.md with current architecture (v0.7.0)
- Replaced all GigaChain references in COMPETITIVE_ANALYSIS.md and ROADMAP.md
- Updated file paths from gigachain/ to smartchain/
- Fixed ruff format and noqa directives

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Replace pytest.ini with pyproject.toml configuration.
Update CI workflows to use astral-sh/setup-uv for dependency management.

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4...v6)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/actions/checkout-6 branch from 51100ce to 30e3c5d Compare March 10, 2026 15:55
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.

2 participants