Change record status: 
Project: 
Introduced in branch: 
11.5.x
Introduced in version: 
11.5.0
Description: 

The module.inc file and functions are deprecated and will be removed in Drupal 13.

Before
module_set_weight

After
\Drupal::service(ModuleWeight::class)->set()

Before
module_config_sort

After
\Drupal::service(ModuleWeight::class)->sort()

use Drupal\Core\Extension\ModuleWeight;

Impacts: 
Module developers