Breaking
* The ***demisto-sdk convert*** command has been deprecated and is no longer available for use. [4743](https://github.com/demisto/demisto-sdk/pull/4743)
Feature
* Added *TR100* and *PB130* validations. Ensures that all silent Playbooks/Triggers have `is_silent = True`, and name/trigger_name, ID and file_name start with the `silent-` prefix. [4740](https://github.com/demisto/demisto-sdk/pull/4740)
* Added *BA128* validation. Ensures script and integration command names don't start with a digit. [4722](https://github.com/demisto/demisto-sdk/pull/4722)
Internal
* Upgraded `pylint` library version to 3.3.2. [4709](https://github.com/demisto/demisto-sdk/pull/4709)